IDEMIA Smartcard Web Connector

Enable the IDEMIA's smartcard on the web.

What is IDEMIA Smartcard Web Connector?

IDEMIA Smartcard Web Connector is a Chrome extension developed by IDEMIA, and its main feature is "Enable the IDEMIA's smartcard on the web.".

Extension Screenshots

screenshot

Download IDEMIA Smartcard Web Connector Extension CRX File

Download IDEMIA Smartcard Web Connector extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name IDEMIA Smartcard Web Connector IDEMIA Smartcard Web Connector
ID pmcjdgnohppjkhnadihaonfmdponlcbi
Official URL https://chromewebstore.google.com/detail/idemia-smartcard-web-conn/pmcjdgnohppjkhnadihaonfmdponlcbi
Description Enable the IDEMIA's smartcard on the web.
File Size 284 KB
Installation Count 2,775
Current Version 1.2.2
Last Updated 2020-02-04
Publish Date 2020-02-04
Rating 3.50/5 Total 2 Ratings
Developer IDEMIA
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.idemia.com/legal-notes-privacy-policy
Supported Languages 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"
    ]
}