IDEMIA Smartcard Web Connector

Enable the IDEMIA's smartcard on the web.

Wat is IDEMIA Smartcard Web Connector?

IDEMIA Smartcard Web Connector is een Chrome-extensie ontwikkeld door IDEMIA, en de belangrijkste functie is "Enable the IDEMIA's smartcard on the web.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie IDEMIA Smartcard Web Connector

Download IDEMIA Smartcard Web Connector-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam IDEMIA Smartcard Web Connector IDEMIA Smartcard Web Connector
ID pmcjdgnohppjkhnadihaonfmdponlcbi
Officiële URL https://chromewebstore.google.com/detail/idemia-smartcard-web-conn/pmcjdgnohppjkhnadihaonfmdponlcbi
Beschrijving Enable the IDEMIA's smartcard on the web.
Bestandsgrootte 284 KB
Aantal Installaties 2,775
Huidige Versie 1.2.2
Laatst Bijgewerkt 2020-02-04
Publicatiedatum 2020-02-04
Beoordeling 3.50/5 Totaal 2 Beoordelingen
Ontwikkelaar IDEMIA
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://www.idemia.com/legal-notes-privacy-policy
Ondersteunde Talen 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"
    ]
}