MYDIGIPASS eID card reader extension
The easiest way to use your Belgian eID to access online services!
Cos'è MYDIGIPASS eID card reader extension?
MYDIGIPASS eID card reader extension è un'estensione di Chrome sviluppata da https://mydigipass.com, e la sua funzione principale è "The easiest way to use your Belgian eID to access online services!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione MYDIGIPASS eID card reader extension
Scarica i file di estensione MYDIGIPASS eID card reader extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | lnplogpjijindegfgdcimondiomejhdl |
| URL Ufficiale | https://chromewebstore.google.com/detail/mydigipass-eid-card-reade/lnplogpjijindegfgdcimondiomejhdl |
| Descrizione | The easiest way to use your Belgian eID to access online services! |
| Dimensione del File | 16.51 KB |
| Conteggio Installazioni | 35,661 |
| Versione Corrente | 2.3.4.0 |
| Ultimo Aggiornamento | 2015-10-05 |
| Data di Pubblicazione | 2015-10-05 |
| Valutazione | 2.74/5 Totale 23 Valutazioni |
| Sviluppatore | https://mydigipass.com |
| Tipo di Pagamento | free |
| URL della Pagina di Aiuto | http://help.mydigipass.com/ |
| Lingue Supportate | 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"
]
} | |