eID Chrome OS Extension
Chrome OS extension for the Belgian eID card
什麼是eID Chrome OS Extension?
eID Chrome OS Extension是由https://e-contract.be開發的Chrome擴展程式,該擴展的主要功能是“Chrome OS extension for the Belgian eID card”。
擴展截圖
下載eID Chrome OS Extension擴展crx文件
下載eID Chrome OS Extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
The e-Contract.be BV eID services use this extension to communicate with our eID Chrome OS middleware software to access the Belgian eID card.
擴展基本資訊
名稱 | eID Chrome OS Extension |
ID | omnlepdmccckgbfjimmgniphhfjdgepl |
官方網址 | https://chromewebstore.google.com/detail/eid-chrome-os-extension/omnlepdmccckgbfjimmgniphhfjdgepl |
簡介 | Chrome OS extension for the Belgian eID card |
檔案大小 | 21.06 KB |
安裝次數 | 12,274 |
目前版本 | 0.5.0 |
更新時間 | 2022-07-01 |
上架時間 | 2017-05-10 |
評分 | 1.80/5 共 5 次評分 |
開發者 | https://e-contract.be |
電子郵箱 | [email protected] |
付費類型 | free |
隱私政策頁面URL | https://www.e-contract.be/policy |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "eID Chrome OS Extension", "description": "Chrome OS extension for the Belgian eID card", "version": "0.5.0", "icons": { "64": "icon64.png", "128": "icon128.png", "38": "icon38.png" }, "content_scripts": [ { "matches": [ "https:\/\/*\/*" ], "js": [ "content-script.js" ] } ] } |