Saviscio eID Reader
Browser extension that provides access to eID via native app
Saviscio eID Reader란 무엇입니까?
Saviscio eID Reader은(는) https://www.saviscio.be에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Browser extension that provides access to eID via native app"입니다.
확장 프로그램 스크린샷
Saviscio eID Reader 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension must be added to the browser in order to communicate with your Belgian eID card via an additional application. When this extension and the application are installed, you will be able to use your eID card to - authenticate on our access management service - apply digital signatures on documents.
확장 프로그램 기본 정보
이름 | Saviscio eID Reader |
ID | kfkbmijfkphkfehjgjkchldojnefgice |
공식 URL | https://chromewebstore.google.com/detail/saviscio-eid-reader/kfkbmijfkphkfehjgjkchldojnefgice |
설명 | Browser extension that provides access to eID via native app |
파일 크기 | 39.51 KB |
설치 횟수 | 55,042 |
현재 버전 | 1.0.6 |
최근 업데이트 | 2019-10-10 |
출시 날짜 | 2019-10-10 |
평점 | 1.44/5 총 73 개의 평점 |
개발자 | https://www.saviscio.be |
결제 유형 | free |
지원되는 언어 | en,fr,nl |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Saviscio eID Reader", "short_name": "SAV eID", "description": "Browser extension that provides access to eID via native app", "version": "1.0.6", "default_locale": "en", "icons": { "48": "icon48.png", "128": "icon128.png" }, "page_action": { "default_icon": "icon38.png", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "externally_connectable": { "matches": [ "https:\/\/*.saviscio.be\/*", "https:\/\/localhost\/*", "https:\/\/*.bridg32.local\/*", "https:\/\/*.bridg32.local:8443\/*", "https:\/\/bridge.sbs.be\/*", "https:\/\/*.mycarenet.be\/portal\/invoicing\/*", "https:\/\/*.mycarenet.be\/portal\/medAdmin\/*" ] }, "permissions": [ "nativeMessaging" ] } |