IDEMIA Smartcard Web Connector

Enable the IDEMIA's smartcard on the web.

什麼是IDEMIA Smartcard Web Connector?

IDEMIA Smartcard Web Connector是由IDEMIA開發的Chrome擴展程式,該擴展的主要功能是“Enable the IDEMIA's smartcard on the web.”。

擴展截圖

screenshot

下載IDEMIA Smartcard Web Connector擴展crx文件

下載IDEMIA Smartcard Web Connector擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 IDEMIA Smartcard Web Connector IDEMIA Smartcard Web Connector
ID pmcjdgnohppjkhnadihaonfmdponlcbi
官方網址 https://chromewebstore.google.com/detail/idemia-smartcard-web-conn/pmcjdgnohppjkhnadihaonfmdponlcbi
簡介 Enable the IDEMIA's smartcard on the web.
檔案大小 284 KB
安裝次數 2,775
目前版本 1.2.2
更新時間 2020-02-04
上架時間 2020-02-04
評分 3.50/5 共 2 次評分
開發者 IDEMIA
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://www.idemia.com/legal-notes-privacy-policy
支援的語言 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"
    ]
}