eidReader Plugin Chrome Extension

Allows use of native eidReader plugin from Chrome

What is eidReader Plugin Chrome Extension?

eidReader Plugin Chrome Extension is a Chrome extension developed by UnifiedPost, and its main feature is "Allows use of native eidReader plugin from Chrome".

Extension Screenshots

screenshot

Download eidReader Plugin Chrome Extension Extension CRX File

Download eidReader Plugin Chrome Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name eidReader Plugin Chrome Extension eidReader Plugin Chrome Extension
ID kcnofmiceklfkodhdhhjcfjhdepfobaf
Official URL https://chromewebstore.google.com/detail/eidreader-plugin-chrome-e/kcnofmiceklfkodhdhhjcfjhdepfobaf
Description Allows use of native eidReader plugin from Chrome
File Size 29.55 KB
Installation Count 186,758
Current Version 1.0.2
Last Updated 2017-11-21
Publish Date 2017-11-20
Rating 1.76/5 Total 87 Ratings
Developer UnifiedPost
Payment Type free
Supported Languages 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"
    ]
}