eId Middleware

Access and export your digital certificates from the certificate store.

eId Middleware क्या है?

eId Middleware DigitalSign Certificadora Digital SA द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Access and export your digital certificates from the certificate store."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में eId Middleware एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम eId Middleware eId Middleware
ID hcjcpbfeaeifndcfejahhpoefjeajjio
आधिकारिक URL https://chromewebstore.google.com/detail/eid-middleware/hcjcpbfeaeifndcfejahhpoefjeajjio
विवरण Access and export your digital certificates from the certificate store.
फ़ाइल का आकार 236 KB
स्थापना संख्या 1,600
वर्तमान संस्करण 0.0.0.6
अंतिम अपडेट 2024-02-16
प्रकाशन तिथि 2022-11-03
डेवलपर DigitalSign Certificadora Digital SA
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://www.digitalsign.pt/media/files/Downloads/politica-de-privacidade-digitalsign.pdf
समर्थित भाषाएँ 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"
    ]
}