MYDIGIPASS eID card reader extension
The easiest way to use your Belgian eID to access online services!
ما هو MYDIGIPASS eID card reader extension؟
MYDIGIPASS eID card reader extension هو إضافة Chrome تم تطويرها بواسطة https://mydigipass.com، والميزة الرئيسية لها هي "The easiest way to use your Belgian eID to access online services!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة MYDIGIPASS eID card reader extension
قم بتنزيل ملفات الامتداد MYDIGIPASS eID card reader extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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.
معلومات أساسية عن التمديد
الاسم | MYDIGIPASS eID card reader extension |
ID | lnplogpjijindegfgdcimondiomejhdl |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/mydigipass-eid-card-reade/lnplogpjijindegfgdcimondiomejhdl |
الوصف | The easiest way to use your Belgian eID to access online services! |
حجم الملف | 16.51 KB |
عدد التثبيتات | 35,661 |
النسخة الحالية | 2.3.4.0 |
آخر تحديث | 2015-10-05 |
تاريخ النشر | 2015-10-05 |
تقييم | 2.74/5 مجموع تقييمات 23 |
المطور | https://mydigipass.com |
نوع الدفع | free |
عنوان صفحة المساعدة | http://help.mydigipass.com/ |
اللغات المدعومة | 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" ] } |