eID Chrome Extension

Chrome extension for the Belgium eID card

eID Chrome Extension란 무엇입니까?

eID Chrome Extension은(는) https://e-contract.be에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Chrome extension for the Belgium eID card"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

eID Chrome Extension 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        The eID Chrome Extension gives access to the eID card within the Chrome web browser. The eID Chrome solution has been integrated within our eID Identity Provider and Digital Signature Service.                    

확장 프로그램 기본 정보

이름 eID Chrome Extension eID Chrome Extension
ID bkbdaodnaecdijpajecpncpdomgcoakc
공식 URL https://chromewebstore.google.com/detail/eid-chrome-extension/bkbdaodnaecdijpajecpncpdomgcoakc
설명 Chrome extension for the Belgium eID card
파일 크기 22.78 KB
설치 횟수 835,676
현재 버전 1.0.2
최근 업데이트 2023-01-23
출시 날짜 2015-09-08
평점 1.79/5 총 263 개의 평점
개발자 https://e-contract.be
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.e-contract.be
도움말 페이지 URL https://www.e-contract.be/support/chrome
개인정보 보호 정책 페이지 URL https://www.e-contract.be/policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "eID Chrome Extension",
    "description": "Chrome extension for the Belgium eID card",
    "version": "1.0.2",
    "icons": {
        "64": "icon64.png",
        "128": "icon128.png",
        "38": "icon38.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/*.e-contract.be\/*",
                "https:\/\/localhost\/*",
                "https:\/\/*.ejustice.be\/*",
                "https:\/\/*.auctionline.be\/*",
                "https:\/\/*.nkcn-cia.be\/*",
                "https:\/\/*.jd-consult.be\/*",
                "https:\/\/*.allsoft.be\/*",
                "https:\/\/*.orpea.net\/*",
                "http:\/\/*.orpea.net\/*"
            ],
            "js": [
                "content-script.js"
            ]
        }
    ],
    "permissions": [
        "nativeMessaging"
    ]
}