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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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 |
URL หน้าช่วยเหลือ | 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" ] } |