MYDIGIPASS eID card reader extension

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

What is MYDIGIPASS eID card reader extension?

MYDIGIPASS eID card reader extension is a Chrome extension developed by https://mydigipass.com, and its main feature is "The easiest way to use your Belgian eID to access online services!".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download MYDIGIPASS eID card reader extension Extension CRX File

Download MYDIGIPASS eID card reader extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name MYDIGIPASS eID card reader extension MYDIGIPASS eID card reader extension
ID lnplogpjijindegfgdcimondiomejhdl
Official URL https://chromewebstore.google.com/detail/mydigipass-eid-card-reade/lnplogpjijindegfgdcimondiomejhdl
Description The easiest way to use your Belgian eID to access online services!
File Size 16.51 KB
Installation Count 35,661
Current Version 2.3.4.0
Last Updated 2015-10-05
Publish Date 2015-10-05
Rating 2.74/5 Total 23 Ratings
Developer https://mydigipass.com
Payment Type free
Help Page URL http://help.mydigipass.com/
Supported Languages 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"
    ]
}