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
官方網址 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"
}