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.”。
擴展截圖
下載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 |
ID | hcjcpbfeaeifndcfejahhpoefjeajjio |
官方網址 | 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" ] } |