MYDIGIPASS eID card reader extension
The easiest way to use your Belgian eID to access online services!
Wat is MYDIGIPASS eID card reader extension?
MYDIGIPASS eID card reader extension is een Chrome-extensie ontwikkeld door https://mydigipass.com, en de belangrijkste functie is "The easiest way to use your Belgian eID to access online services!".
Extensie Screenshots
Download het CRX-bestand van de extensie MYDIGIPASS eID card reader extension
Download MYDIGIPASS eID card reader extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This extension allows you to use a Belgian eID card reader with MYDIGIPASS. Install this extension and connect to Belgian government applications and other multiple applications in a snap thanks to MYDIGIPASS.COM You don't have an account on MYDIGIPASS.COM yet? Go to www.mydigipass.com and create your account today.
Basisinformatie over de Extensie
Naam | MYDIGIPASS eID card reader extension |
ID | lnplogpjijindegfgdcimondiomejhdl |
Officiële URL | https://chromewebstore.google.com/detail/mydigipass-eid-card-reade/lnplogpjijindegfgdcimondiomejhdl |
Beschrijving | The easiest way to use your Belgian eID to access online services! |
Bestandsgrootte | 16.51 KB |
Aantal Installaties | 35,661 |
Huidige Versie | 2.3.4.0 |
Laatst Bijgewerkt | 2015-10-05 |
Publicatiedatum | 2015-10-05 |
Beoordeling | 2.74/5 Totaal 23 Beoordelingen |
Ontwikkelaar | https://mydigipass.com |
Betalingswijze | free |
Help Pagina-URL | http://help.mydigipass.com/ |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "MYDIGIPASS eID card reader extension", "version": "2.3.4.0", "manifest_version": 2, "description": "The easiest way to use your Belgian eID to access online services!", "icons": { "128": "icon-128.png" }, "background": { "scripts": [ "background.js" ] }, "externally_connectable": { "matches": [ "https:\/\/*.mydigipass.com\/*", "https:\/\/*.digipass.com\/*" ] }, "permissions": [ "nativeMessaging" ] } |