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
Eメール [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"
    ]
}