Huobi Global Investment
Huobi Global Investment.
Qu'est-ce que Huobi Global Investment ?
Huobi Global Investment est une extension Chrome développée par Huobi Invest, et sa fonction principale est "Huobi Global Investment.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Huobi Global Investment
Téléchargez les fichiers d'extension Huobi Global Investment 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
Since its establishment in 2013, Huobi's accumulative turnover has exceeded $1 trillion and once became the world's largest digital asset exchange with a global share of 50%. Financed by ZhenFund and Sequoia Capital, Huobi Group has invested in more than ten upstream and downstream enterprises. It has established compliance service teams in Singapore, US, Japan, South Korea, Hong Kong, Thailand, Australia with its secure and credible trading and asset management services to millions of users in 130+ countries.
Informations de Base sur l'Extension
Nom | |
ID | flenghkhpmkpbfbnpgndfdacnimiamhi |
URL Officiel | https://chrome.google.com/webstore/detail/huobi-global-investment/flenghkhpmkpbfbnpgndfdacnimiamhi |
Description | Huobi Global Investment. |
Taille du Fichier | 277 KB |
Nombre d'Installations | 241 |
Version Actuelle | 1.5 |
Dernière Mise à Jour | 2019-01-28 |
Date de Publication | 2019-01-28 |
Évaluation | 3.67/5 Total 6 Évaluations |
Développeur | Huobi Invest |
Type de Paiement | free |
Site Web de l'Extension | https://www.huobi.com/ |
URL de la Page de Politique de Confidentialité | https://www.huobi.com/about/privacy |
Langues Prises en Charge | en |
manifest.json | |
{ "manifest_version": 2, "name": "Huobi Global Investment", "version": "1.5", "description": "Huobi Global Investment.", "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "browser_action": { "default_icon": { "16": "icon.png", "24": "icon.png", "32": "icon.png" }, "default_title": "Wellcome Huobi Global Investment", "default_popup": "popup\/popup.html" }, "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "https:\/\/www.huobi.com\/*", "http:\/\/www.huobi.com\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*.huobi.com\/*" ], "js": [ "popup\/js\/jquery.min.js", "popup\/js\/JQuery.md5.js", "popup\/js\/JQuery.cookie.js", "\/ChipPlus.js", "\/contentScript.js" ] } ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Huobi IT" } |