eID Chrome Extension
Chrome extension for the Belgium eID card
什麼是eID Chrome Extension?
eID Chrome Extension是由https://e-contract.be開發的Chrome擴展程式,該擴展的主要功能是“Chrome extension for the Belgium eID card”。
擴展截圖
下載eID Chrome Extension擴展crx文件
下載eID Chrome Extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
The eID Chrome Extension gives access to the eID card within the Chrome web browser. The eID Chrome solution has been integrated within our eID Identity Provider and Digital Signature Service.
擴展基本資訊
名稱 | eID Chrome Extension |
ID | bkbdaodnaecdijpajecpncpdomgcoakc |
官方網址 | https://chromewebstore.google.com/detail/eid-chrome-extension/bkbdaodnaecdijpajecpncpdomgcoakc |
簡介 | Chrome extension for the Belgium eID card |
檔案大小 | 22.78 KB |
安裝次數 | 835,676 |
目前版本 | 1.0.2 |
更新時間 | 2023-01-23 |
上架時間 | 2015-09-08 |
評分 | 1.79/5 共 263 次評分 |
開發者 | https://e-contract.be |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://www.e-contract.be |
說明頁面URL | https://www.e-contract.be/support/chrome |
隱私政策頁面URL | https://www.e-contract.be/policy |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "eID Chrome Extension", "description": "Chrome extension for the Belgium eID card", "version": "1.0.2", "icons": { "64": "icon64.png", "128": "icon128.png", "38": "icon38.png" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "run_at": "document_end", "matches": [ "https:\/\/*.e-contract.be\/*", "https:\/\/localhost\/*", "https:\/\/*.ejustice.be\/*", "https:\/\/*.auctionline.be\/*", "https:\/\/*.nkcn-cia.be\/*", "https:\/\/*.jd-consult.be\/*", "https:\/\/*.allsoft.be\/*", "https:\/\/*.orpea.net\/*", "http:\/\/*.orpea.net\/*" ], "js": [ "content-script.js" ] } ], "permissions": [ "nativeMessaging" ] } |