eId Middleware

Access and export your digital certificates from the certificate store.

eId Middleware là gì?

eId Middleware là một tiện ích mở rộng Chrome được phát triển bởi DigitalSign Certificadora Digital SA, và tính năng chính của nó là "Access and export your digital certificates from the certificate store.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng eId Middleware

Tải xuống các tệp mở rộng eId Middleware dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên eId Middleware eId Middleware
ID hcjcpbfeaeifndcfejahhpoefjeajjio
URL Chính Thức https://chromewebstore.google.com/detail/eid-middleware/hcjcpbfeaeifndcfejahhpoefjeajjio
Mô tả Access and export your digital certificates from the certificate store.
Kích Thước Tệp 236 KB
Số Lần Cài Đặt 1,600
Phiên Bản Hiện Tại 0.0.0.6
Cập Nhật Lần Cuối 2024-02-16
Ngày Phát Hành 2022-11-03
Nhà Phát Triển DigitalSign Certificadora Digital SA
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.digitalsign.pt/media/files/Downloads/politica-de-privacidade-digitalsign.pdf
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}