Huobi Global Investment
Huobi Global Investment.
Co to jest Huobi Global Investment?
Huobi Global Investment to rozszerzenie Chrome opracowane przez Huobi Invest, a jego główną funkcją jest „Huobi Global Investment.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Huobi Global Investment
Pobierz pliki rozszerzeń Huobi Global Investment w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | flenghkhpmkpbfbnpgndfdacnimiamhi |
Oficjalny URL | https://chrome.google.com/webstore/detail/huobi-global-investment/flenghkhpmkpbfbnpgndfdacnimiamhi |
Opis | Huobi Global Investment. |
Rozmiar pliku | 277 KB |
Liczba instalacji | 241 |
Aktualna Wersja | 1.5 |
Ostatnia Aktualizacja | 2019-01-28 |
Data Publikacji | 2019-01-28 |
Ocena | 3.67/5 Łącznie 6 Oceny |
Deweloper | Huobi Invest |
Typ Płatności | free |
Strona Rozszerzenia | https://www.huobi.com/ |
Adres URL Strony Polityki Prywatności | https://www.huobi.com/about/privacy |
Obsługiwane Języki | 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" } |