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 |
Eメール | [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" ] } ] } |