Web USB Token
Secure online transactions with USB crypto device
Web USB Tokenคืออะไร?
Web USB Token เป็นส่วนขยายของ Chrome ที่พัฒนาโดย darchain.net และคุณลักษณะหลักของมันคือ "Secure online transactions with USB crypto device"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Web USB Token
ดาวน์โหลดไฟล์ส่วนขยาย Web USB Token ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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\/*" ] } } |