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 |
官方URL | 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" ] } |