IDEMIA Smartcard Web Connector

Enable the IDEMIA's smartcard on the web.

Co je IDEMIA Smartcard Web Connector?

IDEMIA Smartcard Web Connector je rozšíření Chrome vyvinuté IDEMIA, a jeho hlavní funkcí je „Enable the IDEMIA's smartcard on the web.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření IDEMIA Smartcard Web Connector

Stáhněte si soubory rozšíření IDEMIA Smartcard Web Connector ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název IDEMIA Smartcard Web Connector IDEMIA Smartcard Web Connector
ID pmcjdgnohppjkhnadihaonfmdponlcbi
Oficiální URL https://chromewebstore.google.com/detail/idemia-smartcard-web-conn/pmcjdgnohppjkhnadihaonfmdponlcbi
Popis Enable the IDEMIA's smartcard on the web.
Velikost souboru 284 KB
Počet instalací 2,775
Aktuální Verze 1.2.2
Poslední Aktualizace 2020-02-04
Datum Vydání 2020-02-04
Hodnocení 3.50/5 Celkem 2 Hodnocení
Vývojář IDEMIA
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://www.idemia.com/legal-notes-privacy-policy
Podporované Jazyky 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"
    ]
}