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