Saviscio eID Reader
Browser extension that provides access to eID via native app
什麼是Saviscio eID Reader?
Saviscio eID Reader是由https://www.saviscio.be開發的Chrome擴展程式,該擴展的主要功能是“Browser extension that provides access to eID via native app”。
擴展截圖
下載Saviscio eID Reader擴展crx文件
下載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 |
ID | kfkbmijfkphkfehjgjkchldojnefgice |
官方網址 | 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" ] } |