eId Middleware
Access and export your digital certificates from the certificate store.
Apa itu eId Middleware?
eId Middleware adalah ekstensi Chrome yang dikembangkan oleh DigitalSign Certificadora Digital SA, dan fitur utamanya adalah "Access and export your digital certificates from the certificate store.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi eId Middleware
Unduh file ekstensi eId Middleware 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 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.
Informasi Dasar Ekstensi
Nama | eId Middleware |
ID | hcjcpbfeaeifndcfejahhpoefjeajjio |
URL Resmi | https://chromewebstore.google.com/detail/eid-middleware/hcjcpbfeaeifndcfejahhpoefjeajjio |
Deskripsi | Access and export your digital certificates from the certificate store. |
Ukuran File | 236 KB |
Jumlah Instalasi | 1,600 |
Versi Saat Ini | 0.0.0.6 |
Terakhir Diperbarui | 2024-02-16 |
Tanggal Publikasi | 2022-11-03 |
Pengembang | DigitalSign Certificadora Digital SA |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Kebijakan Privasi | https://www.digitalsign.pt/media/files/Downloads/politica-de-privacidade-digitalsign.pdf |
Bahasa yang Didukung | 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" ] } |