Saviscio eID Reader

Browser extension that provides access to eID via native app

Saviscio eID Readerคืออะไร?

Saviscio eID Reader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.saviscio.be และคุณลักษณะหลักของมันคือ "Browser extension that provides access to eID via native app"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Saviscio eID Reader

ดาวน์โหลดไฟล์ส่วนขยาย Saviscio eID Reader ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This extension must be added to the browser in order to communicate with your Belgian eID card via an additional application.

When this extension and the application are installed, you will be able to use your eID card to
- authenticate on our access management service
- apply digital signatures on documents.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Saviscio eID Reader Saviscio eID Reader
ID kfkbmijfkphkfehjgjkchldojnefgice
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/saviscio-eid-reader/kfkbmijfkphkfehjgjkchldojnefgice
คำอธิบาย Browser extension that provides access to eID via native app
ขนาดไฟล์ 39.51 KB
จำนวนการติดตั้ง 55,042
เวอร์ชันปัจจุบัน 1.0.6
อัปเดตครั้งล่าสุด 2019-10-10
วันที่เผยแพร่ 2019-10-10
คะแนน 1.44/5 รวมทั้งหมด 73 คะแนน
ผู้พัฒนา https://www.saviscio.be
ประเภทการชำระเงิน free
ภาษาที่รองรับ en,fr,nl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Saviscio eID Reader",
    "short_name": "SAV eID",
    "description": "Browser extension that provides access to eID via native app",
    "version": "1.0.6",
    "default_locale": "en",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "page_action": {
        "default_icon": "icon38.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.saviscio.be\/*",
            "https:\/\/localhost\/*",
            "https:\/\/*.bridg32.local\/*",
            "https:\/\/*.bridg32.local:8443\/*",
            "https:\/\/bridge.sbs.be\/*",
            "https:\/\/*.mycarenet.be\/portal\/invoicing\/*",
            "https:\/\/*.mycarenet.be\/portal\/medAdmin\/*"
        ]
    },
    "permissions": [
        "nativeMessaging"
    ]
}