eId Middleware
Access and export your digital certificates from the certificate store.
Vad är eId Middleware?
eId Middleware är en Chrome-tillägg utvecklad av DigitalSign Certificadora Digital SA, och dess huvudfunktion är "Access and export your digital certificates from the certificate store.".
Tilläggsskärmbilder
Ladda ner eId Middleware-förlängningens CRX-fil
Ladda ner eId Middleware-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | eId Middleware |
ID | hcjcpbfeaeifndcfejahhpoefjeajjio |
Officiell webbadress | https://chromewebstore.google.com/detail/eid-middleware/hcjcpbfeaeifndcfejahhpoefjeajjio |
Beskrivning | Access and export your digital certificates from the certificate store. |
Filstorlek | 236 KB |
Antal Installationer | 1,600 |
Aktuell Version | 0.0.0.6 |
Senast Uppdaterad | 2024-02-16 |
Publiceringsdatum | 2022-11-03 |
Utvecklare | DigitalSign Certificadora Digital SA |
E-post | [email protected] |
Betalningssätt | free |
URL till Sekretesspolicy Sidan | https://www.digitalsign.pt/media/files/Downloads/politica-de-privacidade-digitalsign.pdf |
Stödda Språk | 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" ] } |