Huobi Global Investment

Huobi Global Investment.

什么是Huobi Global Investment?

Huobi Global Investment是由Huobi Invest开发的Chrome扩展程序,该扩展的主要功能是“Huobi Global Investment.”。

扩展截图

screenshot

下载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.                    

扩展基本信息

名称 Huobi Global Investment Huobi Global Investment
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"
}