eidReader Plugin Chrome Extension

Allows use of native eidReader plugin from Chrome

eidReader Plugin Chrome Extension là gì?

eidReader Plugin Chrome Extension là một tiện ích mở rộng Chrome được phát triển bởi UnifiedPost, và tính năng chính của nó là "Allows use of native eidReader plugin from Chrome".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng eidReader Plugin Chrome Extension

Tải xuống các tệp mở rộng eidReader Plugin Chrome Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên eidReader Plugin Chrome Extension eidReader Plugin Chrome Extension
ID kcnofmiceklfkodhdhhjcfjhdepfobaf
URL Chính Thức https://chromewebstore.google.com/detail/eidreader-plugin-chrome-e/kcnofmiceklfkodhdhhjcfjhdepfobaf
Mô tả Allows use of native eidReader plugin from Chrome
Kích Thước Tệp 29.55 KB
Số Lần Cài Đặt 186,758
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2017-11-21
Ngày Phát Hành 2017-11-20
Đánh Giá 1.76/5 Tổng số 87 Đánh Giá
Nhà Phát Triển UnifiedPost
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}