eId Middleware

Access and export your digital certificates from the certificate store.

What is eId Middleware?

eId Middleware is a Chrome extension developed by DigitalSign Certificadora Digital SA, and its main feature is "Access and export your digital certificates from the certificate store.".

Extension Screenshots

screenshot

Download eId Middleware Extension CRX File

Download eId Middleware extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name eId Middleware eId Middleware
ID hcjcpbfeaeifndcfejahhpoefjeajjio
Official URL https://chromewebstore.google.com/detail/eid-middleware/hcjcpbfeaeifndcfejahhpoefjeajjio
Description Access and export your digital certificates from the certificate store.
File Size 236 KB
Installation Count 1,600
Current Version 0.0.0.6
Last Updated 2024-02-16
Publish Date 2022-11-03
Developer DigitalSign Certificadora Digital SA
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.digitalsign.pt/media/files/Downloads/politica-de-privacidade-digitalsign.pdf
Supported Languages 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"
    ]
}