Huobi Global Investment

Huobi Global Investment.

Was ist Huobi Global Investment?

Huobi Global Investment ist eine Chrome-Erweiterung, die von Huobi Invest entwickelt wurde, und ihr Hauptmerkmal ist "Huobi Global Investment.".

Erweiterungsscreenshots

screenshot

Huobi Global Investment-Erweiterungs-CRX-Datei herunterladen

Laden Sie Huobi Global Investment-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Huobi Global Investment Huobi Global Investment
ID flenghkhpmkpbfbnpgndfdacnimiamhi
Offizielle URL https://chrome.google.com/webstore/detail/huobi-global-investment/flenghkhpmkpbfbnpgndfdacnimiamhi
Beschreibung Huobi Global Investment.
Dateigröße 277 KB
Installationsanzahl 241
Aktuelle Version 1.5
Letztes Update 2019-01-28
Veröffentlichungsdatum 2019-01-28
Bewertung 3.67/5 Insgesamt 6 Bewertungen
Entwickler Huobi Invest
Zahlungsart free
Erweiterungswebsite https://www.huobi.com/
URL der Datenschutzrichtlinien-Seite https://www.huobi.com/about/privacy
Unterstützte Sprachen 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"
}