Java Web KeyA

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

Cos'è Java Web KeyA?

Java Web KeyA è un'estensione di Chrome sviluppata da WebKeyA, e la sua funzione principale è "Java Web KeyA is designed for Using PKI in Web Browsers by Java.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Java Web KeyA

Scarica i file di estensione Java Web KeyA in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Java Web KeyA Java Web KeyA
ID edneemljaahjekphhochmefngehhlbop
URL Ufficiale https://chrome.google.com/webstore/detail/java-web-keya/edneemljaahjekphhochmefngehhlbop
Descrizione Java Web KeyA is designed for Using PKI in Web Browsers by Java.
Dimensione del File 60.26 KB
Conteggio Installazioni 277
Versione Corrente 1.0.1.1
Ultimo Aggiornamento 2019-05-31
Data di Pubblicazione 2019-05-26
Sviluppatore WebKeyA
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}