Token signing
Use your eID smart card on the web
Token signingとは何ですか?
Token signingはriaeeによって開発されたChromeの拡張機能で、その主な機能は「Use your eID smart card on the web」です。
拡張機能のスクリーンショット
Token signing拡張機能のCRXファイルをダウンロード
Token signing拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Active development and management of the Token Signing component have ended due to the transition to the new web authentication and signing solution (Web eID): https://www.id.ee/en/article/the-latest-version-of-the-id-software-includes-an-innovative-web-eid-interface/
Token Signing extension will be removed from the extensions stores on 1st September 2023.
Web eID components are included in the ID-software installation package which can be downloaded from the website www.id.ee.
NB! Please remove Token Signing extension in order for Web eID to work.
For Uninstallation, please follow these instructions https://github.com/open-eid/chrome-token-signing/wiki/Extension-removal. 拡張機能の基本情報
| 名前 | |
| ID | ckjefchnfjhjfedoccjbhjpbncimppeg |
| 公式URL | https://chrome.google.com/webstore/detail/ckjefchnfjhjfedoccjbhjpbncimppeg |
| 説明 | Use your eID smart card on the web |
| ファイルサイズ | 60.28 KB |
| インストール数 | 515,219 |
| 現在のバージョン | 0.0.33 |
| 最終更新日 | 2023-08-15 |
| 公開日 | 2019-07-22 |
| 評価 | 1.83/5 合計 824 レビュー |
| 開発者 | riaee |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://www.id.ee/en/ |
| 対応言語 | en,et,ru |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Token signing",
"version": "0.0.33",
"minimum_chrome_version": "40.0",
"manifest_version": 2,
"description": "Use your eID smart card on the web",
"icons": {
"48": "icon48.png",
"128": "icon128.png"
},
"default_locale": "en",
"content_scripts": [
{
"matches": [
"*:\/\/*\/*",
"file:\/\/\/*"
],
"exclude_matches": [
"*:\/\/*.overdrive.com\/*",
"*:\/\/*\/*.svg",
"https:\/\/ebs.instructure.com\/*"
],
"js": [
"content.js"
],
"run_at": "document_end",
"all_frames": true
}
],
"background": {
"scripts": [
"background.js"
]
},
"permissions": [
"nativeMessaging"
],
"applications": {
"gecko": {
"id": "{443830f0-1fff-4f9a-aa1e-444bafbc7319}"
}
}
} | |