Huobi Global Investment
Huobi Global Investment.
Huobi Global Investment là gì?
Huobi Global Investment là một tiện ích mở rộng Chrome được phát triển bởi Huobi Invest, và tính năng chính của nó là "Huobi Global Investment.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Huobi Global Investment
Tải xuống các tệp mở rộng Huobi Global Investment dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | flenghkhpmkpbfbnpgndfdacnimiamhi |
URL Chính Thức | https://chrome.google.com/webstore/detail/huobi-global-investment/flenghkhpmkpbfbnpgndfdacnimiamhi |
Mô tả | Huobi Global Investment. |
Kích Thước Tệp | 277 KB |
Số Lần Cài Đặt | 241 |
Phiên Bản Hiện Tại | 1.5 |
Cập Nhật Lần Cuối | 2019-01-28 |
Ngày Phát Hành | 2019-01-28 |
Đánh Giá | 3.67/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | Huobi Invest |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.huobi.com/ |
URL Trang Chính Sách Bảo Mật | https://www.huobi.com/about/privacy |
Ngôn Ngữ Được Hỗ Trợ | 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" } |