eId Middleware
Access and export your digital certificates from the certificate store.
Cos'è eId Middleware?
eId Middleware è un'estensione di Chrome sviluppata da DigitalSign Certificadora Digital SA, e la sua funzione principale è "Access and export your digital certificates from the certificate store.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione eId Middleware
Scarica i file di estensione eId Middleware in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | eId Middleware |
ID | hcjcpbfeaeifndcfejahhpoefjeajjio |
URL Ufficiale | https://chromewebstore.google.com/detail/eid-middleware/hcjcpbfeaeifndcfejahhpoefjeajjio |
Descrizione | Access and export your digital certificates from the certificate store. |
Dimensione del File | 236 KB |
Conteggio Installazioni | 1,600 |
Versione Corrente | 0.0.0.6 |
Ultimo Aggiornamento | 2024-02-16 |
Data di Pubblicazione | 2022-11-03 |
Sviluppatore | DigitalSign Certificadora Digital SA |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://www.digitalsign.pt/media/files/Downloads/politica-de-privacidade-digitalsign.pdf |
Lingue Supportate | 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" ] } |