eID Chrome Extension
Chrome extension for the Belgium eID card
eID Chrome Extensionคืออะไร?
eID Chrome Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://e-contract.be และคุณลักษณะหลักของมันคือ "Chrome extension for the Belgium eID card"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย eID Chrome Extension
ดาวน์โหลดไฟล์ส่วนขยาย eID Chrome Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
The eID Chrome Extension gives access to the eID card within the Chrome web browser. The eID Chrome solution has been integrated within our eID Identity Provider and Digital Signature Service.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | eID Chrome Extension |
ID | bkbdaodnaecdijpajecpncpdomgcoakc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/eid-chrome-extension/bkbdaodnaecdijpajecpncpdomgcoakc |
คำอธิบาย | Chrome extension for the Belgium eID card |
ขนาดไฟล์ | 22.78 KB |
จำนวนการติดตั้ง | 835,676 |
เวอร์ชันปัจจุบัน | 1.0.2 |
อัปเดตครั้งล่าสุด | 2023-01-23 |
วันที่เผยแพร่ | 2015-09-08 |
คะแนน | 1.79/5 รวมทั้งหมด 263 คะแนน |
ผู้พัฒนา | https://e-contract.be |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.e-contract.be |
URL หน้าช่วยเหลือ | https://www.e-contract.be/support/chrome |
URL หน้านโยบายความเป็นส่วนตัว | https://www.e-contract.be/policy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "eID Chrome Extension", "description": "Chrome extension for the Belgium eID card", "version": "1.0.2", "icons": { "64": "icon64.png", "128": "icon128.png", "38": "icon38.png" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "run_at": "document_end", "matches": [ "https:\/\/*.e-contract.be\/*", "https:\/\/localhost\/*", "https:\/\/*.ejustice.be\/*", "https:\/\/*.auctionline.be\/*", "https:\/\/*.nkcn-cia.be\/*", "https:\/\/*.jd-consult.be\/*", "https:\/\/*.allsoft.be\/*", "https:\/\/*.orpea.net\/*", "http:\/\/*.orpea.net\/*" ], "js": [ "content-script.js" ] } ], "permissions": [ "nativeMessaging" ] } |