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"
]
} | |