MYDIGIPASS eID card reader extension

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

Apa itu MYDIGIPASS eID card reader extension?

MYDIGIPASS eID card reader extension adalah ekstensi Chrome yang dikembangkan oleh https://mydigipass.com, dan fitur utamanya adalah "The easiest way to use your Belgian eID to access online services!".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi MYDIGIPASS eID card reader extension

Unduh file ekstensi MYDIGIPASS eID card reader extension dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama MYDIGIPASS eID card reader extension MYDIGIPASS eID card reader extension
ID lnplogpjijindegfgdcimondiomejhdl
URL Resmi https://chromewebstore.google.com/detail/mydigipass-eid-card-reade/lnplogpjijindegfgdcimondiomejhdl
Deskripsi The easiest way to use your Belgian eID to access online services!
Ukuran File 16.51 KB
Jumlah Instalasi 35,661
Versi Saat Ini 2.3.4.0
Terakhir Diperbarui 2015-10-05
Tanggal Publikasi 2015-10-05
Penilaian 2.74/5 Total 23 Penilaian
Pengembang https://mydigipass.com
Tipe Pembayaran free
URL Halaman Bantuan http://help.mydigipass.com/
Bahasa yang Didukung 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"
    ]
}