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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
| 이메일 | [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}"
}
}
} | |