Versasec - Smart Card Plugin
Plugin provides subset of smart card functionality
Versasec - Smart Card Plugin란 무엇입니까?
Versasec - Smart Card Plugin은(는) joerg.dettmann에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Plugin provides subset of smart card functionality"입니다.
확장 프로그램 스크린샷
Versasec - Smart Card Plugin 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Development version to test smart card access via an extension.
확장 프로그램 기본 정보
이름 | Versasec - Smart Card Plugin |
ID | ahaijnliojgheoiiboelejgebahklgjh |
공식 URL | https://chromewebstore.google.com/detail/versasec-smart-card-plugi/ahaijnliojgheoiiboelejgebahklgjh |
설명 | Plugin provides subset of smart card functionality |
파일 크기 | 44.07 KB |
설치 횟수 | 78 |
현재 버전 | 1.4 |
최근 업데이트 | 2021-11-17 |
출시 날짜 | 2020-10-03 |
개발자 | joerg.dettmann |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://versasec.com |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Versasec - Smart Card Plugin", "version": "1.4", "description": "Plugin provides subset \n\r of smart card functionality", "permissions": [ "activeTab", "nativeMessaging" ], "options_page": "options.html", "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "default_title": "Self Service console", "default_popup": "popup.html", "browser_style": true, "default_icon": { "16": "images\/vsec_icon16.png", "32": "images\/vsec_icon32.png", "48": "images\/vsec_icon48.png", "128": "images\/vsec_icon128.png" } }, "icons": { "16": "images\/vsec_icon16.png", "32": "images\/vsec_icon32.png", "48": "images\/vsec_icon48.png", "128": "images\/vsec_icon128.png" }, "externally_connectable": { "matches": [ "*:\/\/localhost\/*", "*:\/\/*.test.de\/*" ] }, "manifest_version": 2 } |