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ファイルをダウンロード
Saviscio eID Reader拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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" ] } |