Web USB Token
Secure online transactions with USB crypto device
Qu'est-ce que Web USB Token ?
Web USB Token est une extension Chrome développée par darchain.net, et sa fonction principale est "Secure online transactions with USB crypto device".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Web USB Token
Téléchargez les fichiers d'extension Web USB Token au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | ihjdinpccpakfpcafodpgfgcfmapokhc |
URL Officiel | https://chrome.google.com/webstore/detail/web-usb-token/ihjdinpccpakfpcafodpgfgcfmapokhc |
Description | Secure online transactions with USB crypto device |
Taille du Fichier | 680 KB |
Nombre d'Installations | 368 |
Version Actuelle | 0.10.3 |
Dernière Mise à Jour | 2020-03-24 |
Date de Publication | 2020-03-24 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | darchain.net |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://www.darchain.net |
URL de la Page d'Aide | http://www.darchain.net/view/technology/index.html |
URL de la Page de Politique de Confidentialité | https://api.n8.app/public/webusbtoken/webusb-privacy-policy.html |
Langues Prises en Charge | 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\/*" ] } } |