Web USB Token
Secure online transactions with USB crypto device
Web USB Token क्या है?
Web USB Token darchain.net द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Secure online transactions with USB crypto device"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Web USB Token एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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\/*" ] } } |