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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    ]
}