eId Middleware
Access and export your digital certificates from the certificate store.
Was ist eId Middleware?
eId Middleware ist eine Chrome-Erweiterung, die von DigitalSign Certificadora Digital SA entwickelt wurde, und ihr Hauptmerkmal ist "Access and export your digital certificates from the certificate store.".
Erweiterungsscreenshots
eId Middleware-Erweiterungs-CRX-Datei herunterladen
Laden Sie eId Middleware-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | eId Middleware |
ID | hcjcpbfeaeifndcfejahhpoefjeajjio |
Offizielle URL | https://chromewebstore.google.com/detail/eid-middleware/hcjcpbfeaeifndcfejahhpoefjeajjio |
Beschreibung | Access and export your digital certificates from the certificate store. |
Dateigröße | 236 KB |
Installationsanzahl | 1,600 |
Aktuelle Version | 0.0.0.6 |
Letztes Update | 2024-02-16 |
Veröffentlichungsdatum | 2022-11-03 |
Entwickler | DigitalSign Certificadora Digital SA |
[email protected] | |
Zahlungsart | free |
URL der Datenschutzrichtlinien-Seite | https://www.digitalsign.pt/media/files/Downloads/politica-de-privacidade-digitalsign.pdf |
Unterstützte Sprachen | 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" ] } |