Huobi Global Investment
Huobi Global Investment.
Huobi Global Investmentとは何ですか?
Huobi Global InvestmentはHuobi Investによって開発されたChromeの拡張機能で、その主な機能は「Huobi Global Investment.」です。
拡張機能のスクリーンショット
Huobi Global Investment拡張機能のCRXファイルをダウンロード
Huobi Global Investment拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | |
ID | flenghkhpmkpbfbnpgndfdacnimiamhi |
公式URL | https://chrome.google.com/webstore/detail/huobi-global-investment/flenghkhpmkpbfbnpgndfdacnimiamhi |
説明 | Huobi Global Investment. |
ファイルサイズ | 277 KB |
インストール数 | 241 |
現在のバージョン | 1.5 |
最終更新日 | 2019-01-28 |
公開日 | 2019-01-28 |
評価 | 3.67/5 合計 6 レビュー |
開発者 | Huobi Invest |
支払い方法 | free |
拡張機能のウェブサイト | https://www.huobi.com/ |
プライバシーポリシーページのURL | https://www.huobi.com/about/privacy |
対応言語 | 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" } |