Java Web KeyA

Java Web KeyA is designed for Using PKI in Web Browsers by Java.

What is Java Web KeyA?

Java Web KeyA is a Chrome extension developed by WebKeyA, and its main feature is "Java Web KeyA is designed for Using PKI in Web Browsers by Java.".

Extension Screenshots

screenshot
screenshot

Download Java Web KeyA Extension CRX File

Download Java Web KeyA extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Java Web KeyA is designed for Using PKI in Web Browsers by Java.                    

Extension Basic Information

Name Java Web KeyA Java Web KeyA
ID edneemljaahjekphhochmefngehhlbop
Official URL https://chrome.google.com/webstore/detail/java-web-keya/edneemljaahjekphhochmefngehhlbop
Description Java Web KeyA is designed for Using PKI in Web Browsers by Java.
File Size 60.26 KB
Installation Count 277
Current Version 1.0.1.1
Last Updated 2019-05-31
Publish Date 2019-05-26
Developer WebKeyA
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Java Web KeyA",
    "short_name": "Java Web KeyA",
    "version": "1.0.1.1",
    "description": "Java Web KeyA is designed for Using PKI in Web Browsers by Java.",
    "icons": {
        "48": "icons\/webkeya48.png",
        "96": "icons\/webkeya96.png",
        "128": "icons\/webkeya128.png"
    },
    "browser_action": {
        "default_icon": {
            "32": "browser_action\/isLogin.png"
        },
        "default_title": "My KeyA",
        "default_popup": "browser_action\/browser_action.html"
    },
    "background": {
        "scripts": [
            "bg-jkeya.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "script-jkeya.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "nativeMessaging",
        "tabs"
    ]
}