MYDIGIPASS eID card reader extension
The easiest way to use your Belgian eID to access online services!
MYDIGIPASS eID card reader extension란 무엇입니까?
MYDIGIPASS eID card reader extension은(는) https://mydigipass.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The easiest way to use your Belgian eID to access online services!"입니다.
확장 프로그램 스크린샷
MYDIGIPASS eID card reader extension 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension allows you to use a Belgian eID card reader with MYDIGIPASS. Install this extension and connect to Belgian government applications and other multiple applications in a snap thanks to MYDIGIPASS.COM You don't have an account on MYDIGIPASS.COM yet? Go to www.mydigipass.com and create your account today.
확장 프로그램 기본 정보
이름 | MYDIGIPASS eID card reader extension |
ID | lnplogpjijindegfgdcimondiomejhdl |
공식 URL | https://chromewebstore.google.com/detail/mydigipass-eid-card-reade/lnplogpjijindegfgdcimondiomejhdl |
설명 | The easiest way to use your Belgian eID to access online services! |
파일 크기 | 16.51 KB |
설치 횟수 | 35,661 |
현재 버전 | 2.3.4.0 |
최근 업데이트 | 2015-10-05 |
출시 날짜 | 2015-10-05 |
평점 | 2.74/5 총 23 개의 평점 |
개발자 | https://mydigipass.com |
결제 유형 | free |
도움말 페이지 URL | http://help.mydigipass.com/ |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "MYDIGIPASS eID card reader extension", "version": "2.3.4.0", "manifest_version": 2, "description": "The easiest way to use your Belgian eID to access online services!", "icons": { "128": "icon-128.png" }, "background": { "scripts": [ "background.js" ] }, "externally_connectable": { "matches": [ "https:\/\/*.mydigipass.com\/*", "https:\/\/*.digipass.com\/*" ] }, "permissions": [ "nativeMessaging" ] } |