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
Eメール [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"
    ]
}