MYDIGIPASS eID card reader extension

The easiest way to use your Belgian eID to access online services!

Co je MYDIGIPASS eID card reader extension?

MYDIGIPASS eID card reader extension je rozšíření Chrome vyvinuté https://mydigipass.com, a jeho hlavní funkcí je „The easiest way to use your Belgian eID to access online services!“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření MYDIGIPASS eID card reader extension

Stáhněte si soubory rozšíření MYDIGIPASS eID card reader extension ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název MYDIGIPASS eID card reader extension MYDIGIPASS eID card reader extension
ID lnplogpjijindegfgdcimondiomejhdl
Oficiální URL https://chromewebstore.google.com/detail/mydigipass-eid-card-reade/lnplogpjijindegfgdcimondiomejhdl
Popis The easiest way to use your Belgian eID to access online services!
Velikost souboru 16.51 KB
Počet instalací 35,661
Aktuální Verze 2.3.4.0
Poslední Aktualizace 2015-10-05
Datum Vydání 2015-10-05
Hodnocení 2.74/5 Celkem 23 Hodnocení
Vývojář https://mydigipass.com
Typ Platby free
URL Stránky Nápovědy http://help.mydigipass.com/
Podporované Jazyky 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"
    ]
}