eidReader Plugin Chrome Extension

Allows use of native eidReader plugin from Chrome

eidReader Plugin Chrome Extensionคืออะไร?

eidReader Plugin Chrome Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย UnifiedPost และคุณลักษณะหลักของมันคือ "Allows use of native eidReader plugin from Chrome"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย eidReader Plugin Chrome Extension

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}