IDEMIA Smartcard Web Connector

Enable the IDEMIA's smartcard on the web.

Vad är IDEMIA Smartcard Web Connector?

IDEMIA Smartcard Web Connector är en Chrome-tillägg utvecklad av IDEMIA, och dess huvudfunktion är "Enable the IDEMIA's smartcard on the web.".

Tilläggsskärmbilder

screenshot

Ladda ner IDEMIA Smartcard Web Connector-förlängningens CRX-fil

Ladda ner IDEMIA Smartcard Web Connector-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn IDEMIA Smartcard Web Connector IDEMIA Smartcard Web Connector
ID pmcjdgnohppjkhnadihaonfmdponlcbi
Officiell webbadress https://chromewebstore.google.com/detail/idemia-smartcard-web-conn/pmcjdgnohppjkhnadihaonfmdponlcbi
Beskrivning Enable the IDEMIA's smartcard on the web.
Filstorlek 284 KB
Antal Installationer 2,775
Aktuell Version 1.2.2
Senast Uppdaterad 2020-02-04
Publiceringsdatum 2020-02-04
Betyg 3.50/5 Totalt 2 Betyg
Utvecklare IDEMIA
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://www.idemia.com/legal-notes-privacy-policy
Stödda Språk 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"
    ]
}