eidReader Plugin Chrome Extension

Allows use of native eidReader plugin from Chrome

eidReader Plugin Chrome Extensionとは何ですか?

eidReader Plugin Chrome ExtensionはUnifiedPostによって開発されたChromeの拡張機能で、その主な機能は「Allows use of native eidReader plugin from Chrome」です。

拡張機能のスクリーンショット

screenshot

eidReader Plugin Chrome Extension拡張機能のCRXファイルをダウンロード

eidReader Plugin Chrome Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Chrome extension allowing native messaging with a native Eid reader plugin.  
The native Eid reader plugin allows to retrieve data, authenticate or sign with a Belgian eID card using a PC/SC complient Smart card reader. 

This only works for websites integrating with the UnifiedPost Eid solution and after installing the native Eid reader plugin software.                    

拡張機能の基本情報

名前 eidReader Plugin Chrome Extension eidReader Plugin Chrome Extension
ID kcnofmiceklfkodhdhhjcfjhdepfobaf
公式URL https://chromewebstore.google.com/detail/eidreader-plugin-chrome-e/kcnofmiceklfkodhdhhjcfjhdepfobaf
説明 Allows use of native eidReader plugin from Chrome
ファイルサイズ 29.55 KB
インストール数 186,758
現在のバージョン 1.0.2
最終更新日 2017-11-21
公開日 2017-11-20
評価 1.76/5 合計 87 レビュー
開発者 UnifiedPost
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "eidReader Plugin Chrome Extension",
    "version": "1.0.2",
    "manifest_version": 2,
    "description": "Allows use of native eidReader plugin from Chrome",
    "icons": {
        "128": "icon-128.png"
    },
    "background": {
        "scripts": [
            "background.js",
            "FireBreathPromise.js",
            "wyrmhole.js",
            "firewyrm.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "wyrmhole.js",
        "wyrmhole-page.js",
        "FireBreathPromise.js",
        "firewyrm.js"
    ],
    "permissions": [
        "nativeMessaging"
    ]
}