eID Chrome Extension
Chrome extension for the Belgium eID card
Qu'est-ce que eID Chrome Extension ?
eID Chrome Extension est une extension Chrome développée par https://e-contract.be, et sa fonction principale est "Chrome extension for the Belgium eID card".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension eID Chrome Extension
Téléchargez les fichiers d'extension eID Chrome Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | eID Chrome Extension |
ID | bkbdaodnaecdijpajecpncpdomgcoakc |
URL Officiel | https://chromewebstore.google.com/detail/eid-chrome-extension/bkbdaodnaecdijpajecpncpdomgcoakc |
Description | Chrome extension for the Belgium eID card |
Taille du Fichier | 22.78 KB |
Nombre d'Installations | 835,676 |
Version Actuelle | 1.0.2 |
Dernière Mise à Jour | 2023-01-23 |
Date de Publication | 2015-09-08 |
Évaluation | 1.79/5 Total 263 Évaluations |
Développeur | https://e-contract.be |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.e-contract.be |
URL de la Page d'Aide | https://www.e-contract.be/support/chrome |
URL de la Page de Politique de Confidentialité | https://www.e-contract.be/policy |
Langues Prises en Charge | 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" ] } |