eId Middleware
Access and export your digital certificates from the certificate store.
eId Middlewareคืออะไร?
eId Middleware เป็นส่วนขยายของ Chrome ที่พัฒนาโดย DigitalSign Certificadora Digital SA และคุณลักษณะหลักของมันคือ "Access and export your digital certificates from the certificate store."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย eId Middleware
ดาวน์โหลดไฟล์ส่วนขยาย eId Middleware ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension will work as a proxy to communicate between the registered URLs and the respective native app. The final purpose is to allow specific domains to sign documents with local or cloud certificates.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | eId Middleware |
ID | hcjcpbfeaeifndcfejahhpoefjeajjio |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/eid-middleware/hcjcpbfeaeifndcfejahhpoefjeajjio |
คำอธิบาย | Access and export your digital certificates from the certificate store. |
ขนาดไฟล์ | 236 KB |
จำนวนการติดตั้ง | 1,600 |
เวอร์ชันปัจจุบัน | 0.0.0.6 |
อัปเดตครั้งล่าสุด | 2024-02-16 |
วันที่เผยแพร่ | 2022-11-03 |
ผู้พัฒนา | DigitalSign Certificadora Digital SA |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://www.digitalsign.pt/media/files/Downloads/politica-de-privacidade-digitalsign.pdf |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "eId Middleware", "description": "Access and export your digital certificates from the certificate store.", "version": "0.0.0.6", "manifest_version": 3, "icons": { "16": "favicon-16x16.png", "32": "favicon-32x32.png", "48": "android-chrome-192x192.png", "128": "android-chrome-192x192.png" }, "externally_connectable": { "matches": [ "https:\/\/*.signingdesk.com\/*", "https:\/\/*.digitalsign.pt\/*", "https:\/\/*.digitalsign.com.br\/*", "https:\/\/*.digitalsigncertificadora.com.br\/*", "*:\/\/localhost\/*" ] }, "background": { "service_worker": ".\/background.js" }, "action": { "default_popup": "popup.html" }, "permissions": [ "nativeMessaging" ] } |