eId Middleware
Access and export your digital certificates from the certificate store.
Qu'est-ce que eId Middleware ?
eId Middleware est une extension Chrome développée par DigitalSign Certificadora Digital SA, et sa fonction principale est "Access and export your digital certificates from the certificate store.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension eId Middleware
Téléchargez les fichiers d'extension eId Middleware au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | eId Middleware |
ID | hcjcpbfeaeifndcfejahhpoefjeajjio |
URL Officiel | https://chromewebstore.google.com/detail/eid-middleware/hcjcpbfeaeifndcfejahhpoefjeajjio |
Description | Access and export your digital certificates from the certificate store. |
Taille du Fichier | 236 KB |
Nombre d'Installations | 1,600 |
Version Actuelle | 0.0.0.6 |
Dernière Mise à Jour | 2024-02-16 |
Date de Publication | 2022-11-03 |
Développeur | DigitalSign Certificadora Digital SA |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://www.digitalsign.pt/media/files/Downloads/politica-de-privacidade-digitalsign.pdf |
Langues Prises en Charge | 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" ] } |