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"
    ]
}