eID Chrome OS Extension
Chrome OS extension for the Belgian eID card
eID Chrome OS Extension란 무엇입니까?
eID Chrome OS Extension은(는) https://e-contract.be에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Chrome OS extension for the Belgian eID card"입니다.
확장 프로그램 스크린샷
eID Chrome OS Extension 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
The e-Contract.be BV eID services use this extension to communicate with our eID Chrome OS middleware software to access the Belgian eID card.
확장 프로그램 기본 정보
이름 | eID Chrome OS Extension |
ID | omnlepdmccckgbfjimmgniphhfjdgepl |
공식 URL | https://chromewebstore.google.com/detail/eid-chrome-os-extension/omnlepdmccckgbfjimmgniphhfjdgepl |
설명 | Chrome OS extension for the Belgian eID card |
파일 크기 | 21.06 KB |
설치 횟수 | 12,274 |
현재 버전 | 0.5.0 |
최근 업데이트 | 2022-07-01 |
출시 날짜 | 2017-05-10 |
평점 | 1.80/5 총 5 개의 평점 |
개발자 | https://e-contract.be |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://www.e-contract.be/policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "eID Chrome OS Extension", "description": "Chrome OS extension for the Belgian eID card", "version": "0.5.0", "icons": { "64": "icon64.png", "128": "icon128.png", "38": "icon38.png" }, "content_scripts": [ { "matches": [ "https:\/\/*\/*" ], "js": [ "content-script.js" ] } ] } |