MYDIGIPASS eID card reader extension
The easiest way to use your Belgian eID to access online services!
什么是MYDIGIPASS eID card reader extension?
MYDIGIPASS eID card reader extension是由https://mydigipass.com开发的Chrome扩展程序,该扩展的主要功能是“The easiest way to use your Belgian eID to access online services!”。
扩展截图
下载MYDIGIPASS eID card reader extension扩展crx文件
下载MYDIGIPASS eID card reader extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension allows you to use a Belgian eID card reader with MYDIGIPASS.
Install this extension and connect to Belgian government applications and other multiple applications in a snap thanks to MYDIGIPASS.COM
You don't have an account on MYDIGIPASS.COM yet? Go to www.mydigipass.com and create your account today. 扩展基本信息
| 名称 | |
| ID | lnplogpjijindegfgdcimondiomejhdl |
| 官方URL | https://chromewebstore.google.com/detail/mydigipass-eid-card-reade/lnplogpjijindegfgdcimondiomejhdl |
| 简介 | The easiest way to use your Belgian eID to access online services! |
| 文件大小 | 16.51 KB |
| 安装次数 | 35,661 |
| 当前版本 | 2.3.4.0 |
| 更新时间 | 2015-10-05 |
| 上架时间 | 2015-10-05 |
| 评分 | 2.74/5 共23次评分 |
| 开发者 | https://mydigipass.com |
| 付费类型 | free |
| 帮助页面URL | http://help.mydigipass.com/ |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "MYDIGIPASS eID card reader extension",
"version": "2.3.4.0",
"manifest_version": 2,
"description": "The easiest way to use your Belgian eID to access online services!",
"icons": {
"128": "icon-128.png"
},
"background": {
"scripts": [
"background.js"
]
},
"externally_connectable": {
"matches": [
"https:\/\/*.mydigipass.com\/*",
"https:\/\/*.digipass.com\/*"
]
},
"permissions": [
"nativeMessaging"
]
} | |