TradingLite Enhanced

TradingLite Enhanced with 3D Orderbooks (BionicTrader).

Co je TradingLite Enhanced?

TradingLite Enhanced je rozšíření Chrome vyvinuté http://blinkdrivex.com, a jeho hlavní funkcí je „TradingLite Enhanced with 3D Orderbooks (BionicTrader).“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření TradingLite Enhanced

Stáhněte si soubory rozšíření TradingLite Enhanced ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        TradingLite (https://tradinglite.com) Enhanced with 3D Orderbooks (BionicTrader).
A button (bottom-right side panel) gets inserted in the TradingLite UI, making it possible to activate the 3D Orderbook.
The 3D Orderbook comes from BionicTrader https://bionictrader.io .

The extension is supposed to work on urls starting with  https://tradinglite.com .
Currently, an account is required to access TradingLite.
The newly created account (beta) will have free access for 30 days.
A new account can be created here: https://tradinglite.com/signup .                    

Základní Informace o Rozšíření

Název TradingLite Enhanced TradingLite Enhanced
ID kilinafkhanldohhapmjebepefobppbc
Oficiální URL https://chrome.google.com/webstore/detail/tradinglite-enhanced/kilinafkhanldohhapmjebepefobppbc
Popis TradingLite Enhanced with 3D Orderbooks (BionicTrader).
Velikost souboru 13.05 KB
Počet instalací 37
Aktuální Verze 1.0.2.1
Poslední Aktualizace 2020-12-20
Datum Vydání 2020-05-17
Vývojář http://blinkdrivex.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://blinkdrivex.com
URL Stránky Nápovědy https://blinkdrivex.com/support/
URL Stránky Zásad Ochrany Soukromí https://blinkdrivex.com/privacy
Podporované Jazyky en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TradingLite Enhanced",
    "version": "1.0.2.1",
    "description": "TradingLite Enhanced with 3D Orderbooks (BionicTrader).",
    "icons": {
        "128": "icons\/TradingLite-Enhanced.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/tradinglite.com\/chart\/*",
                "*:\/\/*.tradinglite.com\/chart\/*"
            ],
            "js": [
                "TradingLite-Enhanced.js"
            ]
        }
    ]
}