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
官方URL 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"
    ]
}