eID Chrome OS Extension
Chrome OS extension for the Belgian eID card
What is eID Chrome OS Extension?
eID Chrome OS Extension is a Chrome extension developed by https://e-contract.be, and its main feature is "Chrome OS extension for the Belgian eID card".
Extension Screenshots
Download eID Chrome OS Extension Extension CRX File
Download eID Chrome OS Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | eID Chrome OS Extension |
ID | omnlepdmccckgbfjimmgniphhfjdgepl |
Official URL | https://chromewebstore.google.com/detail/eid-chrome-os-extension/omnlepdmccckgbfjimmgniphhfjdgepl |
Description | Chrome OS extension for the Belgian eID card |
File Size | 21.06 KB |
Installation Count | 12,274 |
Current Version | 0.5.0 |
Last Updated | 2022-07-01 |
Publish Date | 2017-05-10 |
Rating | 1.80/5 Total 5 Ratings |
Developer | https://e-contract.be |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://www.e-contract.be/policy |
Supported Languages | 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" ] } ] } |