eId Middleware

Access and export your digital certificates from the certificate store.

什么是eId Middleware?

eId Middleware是由DigitalSign Certificadora Digital SA开发的Chrome扩展程序,该扩展的主要功能是“Access and export your digital certificates from the certificate store.”。

扩展截图

screenshot

下载eId Middleware扩展crx文件

下载eId Middleware扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
    ]
}