Huobi Global Investment

Huobi Global Investment.

Wat is Huobi Global Investment?

Huobi Global Investment is een Chrome-extensie ontwikkeld door Huobi Invest, en de belangrijkste functie is "Huobi Global Investment.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Huobi Global Investment

Download Huobi Global Investment-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Huobi Global Investment Huobi Global Investment
ID flenghkhpmkpbfbnpgndfdacnimiamhi
Officiële URL https://chrome.google.com/webstore/detail/huobi-global-investment/flenghkhpmkpbfbnpgndfdacnimiamhi
Beschrijving Huobi Global Investment.
Bestandsgrootte 277 KB
Aantal Installaties 241
Huidige Versie 1.5
Laatst Bijgewerkt 2019-01-28
Publicatiedatum 2019-01-28
Beoordeling 3.67/5 Totaal 6 Beoordelingen
Ontwikkelaar Huobi Invest
Betalingswijze free
Extensiewebsite https://www.huobi.com/
URL van de Privacybeleid Pagina https://www.huobi.com/about/privacy
Ondersteunde Talen 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"
}