IDEMIA Smartcard Web Connector

Enable the IDEMIA's smartcard on the web.

Cos'è IDEMIA Smartcard Web Connector?

IDEMIA Smartcard Web Connector è un'estensione di Chrome sviluppata da IDEMIA, e la sua funzione principale è "Enable the IDEMIA's smartcard on the web.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione IDEMIA Smartcard Web Connector

Scarica i file di estensione IDEMIA Smartcard Web Connector 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

                        IDEMIA Smartcard Web Connector is a web extension to Chrome browser to access IDEMIA’s Identity cards from a web application.                    

Informazioni di Base sull'Estensione

Nome IDEMIA Smartcard Web Connector IDEMIA Smartcard Web Connector
ID pmcjdgnohppjkhnadihaonfmdponlcbi
URL Ufficiale https://chromewebstore.google.com/detail/idemia-smartcard-web-conn/pmcjdgnohppjkhnadihaonfmdponlcbi
Descrizione Enable the IDEMIA's smartcard on the web.
Dimensione del File 284 KB
Conteggio Installazioni 2,775
Versione Corrente 1.2.2
Ultimo Aggiornamento 2020-02-04
Data di Pubblicazione 2020-02-04
Valutazione 3.50/5 Totale 2 Valutazioni
Sviluppatore IDEMIA
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://www.idemia.com/legal-notes-privacy-policy
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "IDEMIA Smartcard Web Connector",
    "version": "1.2.2",
    "author": "IDEMIA",
    "minimum_chrome_version": "40.0",
    "manifest_version": 2,
    "description": "Enable the IDEMIA's smartcard on the web.",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "background": {
        "persistent": true,
        "scripts": [
            "js\/background.js"
        ]
    },
    "icons": {
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "web_accessible_resources": [
        "js\/scwebconnector.js",
        "html\/*",
        "css\/*",
        "icons\/*"
    ],
    "permissions": [
        "nativeMessaging"
    ]
}