eID Chrome Extension
Chrome extension for the Belgium eID card
Vad är eID Chrome Extension?
eID Chrome Extension är en Chrome-tillägg utvecklad av https://e-contract.be, och dess huvudfunktion är "Chrome extension for the Belgium eID card".
Tilläggsskärmbilder
Ladda ner eID Chrome Extension-förlängningens CRX-fil
Ladda ner eID Chrome Extension-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | eID Chrome Extension |
ID | bkbdaodnaecdijpajecpncpdomgcoakc |
Officiell webbadress | https://chromewebstore.google.com/detail/eid-chrome-extension/bkbdaodnaecdijpajecpncpdomgcoakc |
Beskrivning | Chrome extension for the Belgium eID card |
Filstorlek | 22.78 KB |
Antal Installationer | 835,676 |
Aktuell Version | 1.0.2 |
Senast Uppdaterad | 2023-01-23 |
Publiceringsdatum | 2015-09-08 |
Betyg | 1.79/5 Totalt 263 Betyg |
Utvecklare | https://e-contract.be |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://www.e-contract.be |
Hjälpsida URL | https://www.e-contract.be/support/chrome |
URL till Sekretesspolicy Sidan | https://www.e-contract.be/policy |
Stödda Språk | 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" ] } |