eID Chrome Extension
Chrome extension for the Belgium eID card
What is eID Chrome Extension?
eID Chrome Extension is a Chrome extension developed by https://e-contract.be, and its main feature is "Chrome extension for the Belgium eID card".
Extension Screenshots
Download eID Chrome Extension Extension CRX File
Download eID Chrome 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 eID Chrome Extension gives access to the eID card within the Chrome web browser. The eID Chrome solution has been integrated within our eID Identity Provider and Digital Signature Service.
Extension Basic Information
Name | eID Chrome Extension |
ID | bkbdaodnaecdijpajecpncpdomgcoakc |
Official URL | https://chromewebstore.google.com/detail/eid-chrome-extension/bkbdaodnaecdijpajecpncpdomgcoakc |
Description | Chrome extension for the Belgium eID card |
File Size | 22.78 KB |
Installation Count | 835,676 |
Current Version | 1.0.2 |
Last Updated | 2023-01-23 |
Publish Date | 2015-09-08 |
Rating | 1.79/5 Total 263 Ratings |
Developer | https://e-contract.be |
[email protected] | |
Payment Type | free |
Extension Website | https://www.e-contract.be |
Help Page URL | https://www.e-contract.be/support/chrome |
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": 3, "name": "eID Chrome Extension", "description": "Chrome extension for the Belgium eID card", "version": "1.0.2", "icons": { "64": "icon64.png", "128": "icon128.png", "38": "icon38.png" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "run_at": "document_end", "matches": [ "https:\/\/*.e-contract.be\/*", "https:\/\/localhost\/*", "https:\/\/*.ejustice.be\/*", "https:\/\/*.auctionline.be\/*", "https:\/\/*.nkcn-cia.be\/*", "https:\/\/*.jd-consult.be\/*", "https:\/\/*.allsoft.be\/*", "https:\/\/*.orpea.net\/*", "http:\/\/*.orpea.net\/*" ], "js": [ "content-script.js" ] } ], "permissions": [ "nativeMessaging" ] } |