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 |
| 官方網址 | 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 |
| 電子郵箱 | [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}"
}
}
} | |