Web USB Token
Secure online transactions with USB crypto device
Web USB Token란 무엇입니까?
Web USB Token은(는) darchain.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Secure online transactions with USB crypto device"입니다.
확장 프로그램 스크린샷
Web USB Token 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
USB token is a crypto device, this extension enables accessing it from web pages. A native application is also required, it can't be installed by this extension. Contact us to get an installer.
확장 프로그램 기본 정보
이름 | |
ID | ihjdinpccpakfpcafodpgfgcfmapokhc |
공식 URL | https://chrome.google.com/webstore/detail/web-usb-token/ihjdinpccpakfpcafodpgfgcfmapokhc |
설명 | Secure online transactions with USB crypto device |
파일 크기 | 680 KB |
설치 횟수 | 368 |
현재 버전 | 0.10.3 |
최근 업데이트 | 2020-03-24 |
출시 날짜 | 2020-03-24 |
평점 | 5.00/5 총 3 개의 평점 |
개발자 | darchain.net |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://www.darchain.net |
도움말 페이지 URL | http://www.darchain.net/view/technology/index.html |
개인정보 보호 정책 페이지 URL | https://api.n8.app/public/webusbtoken/webusb-privacy-policy.html |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Web USB Token", "description": "Secure online transactions with USB crypto device", "version": "0.10.3", "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_icon": "icon-pale.png", "default_popup": "popup.html" }, "permissions": [ "nativeMessaging", "background", "notifications" ], "externally_connectable": { "matches": [ "*:\/\/*.cgs.cool\/*", "*:\/\/*.bcbchain.io\/*", "*:\/\/*.n8.app\/*", "*:\/\/*.blockwallet.pro\/*", "*:\/\/*.6x.com\/*", "*:\/\/*.6xhtt.com\/*", "*:\/\/*.zjtg.co\/*", "*:\/\/*.coinzbb.com\/*", "*:\/\/*.zbbtg.com\/*", "*:\/\/*.secret.one\/*", "*:\/\/*.topgate.io\/*", "*:\/\/*.topchange.io\/*", "*:\/\/*.dcpay.vip\/*", "*:\/\/*.biwens.com\/*", "*:\/\/*.szg.cool\/*", "*:\/\/*.goodb.info\/*", "*:\/\/*.cailuw.com\/*", "*:\/\/*.newbibaohtt.com\/*", "*:\/\/*.ywhtaizy.com\/*", "*:\/\/*.testqu.com\/*", "*:\/\/*.lliao.net\/*", "*:\/\/*.6xproaa.com\/*", "*:\/\/*.cq1121.com\/*", "*:\/\/*.sf6626.com\/*", "*:\/\/*.snfangya.com\/*", "*:\/\/*.i2605.com\/*", "*:\/\/*.99ga.me\/*", "*:\/\/*.dzzf88.com\/*", "*:\/\/*.scvip.vip\/*", "*:\/\/*.iwallet.cloud\/*" ] } } |