TradingLite Enhanced

TradingLite Enhanced with 3D Orderbooks (BionicTrader).

Co to jest TradingLite Enhanced?

TradingLite Enhanced to rozszerzenie Chrome opracowane przez http://blinkdrivex.com, a jego główną funkcją jest „TradingLite Enhanced with 3D Orderbooks (BionicTrader).”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia TradingLite Enhanced

Pobierz pliki rozszerzeń TradingLite Enhanced w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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 .                    

Podstawowe informacje o rozszerzeniu

Nazwa TradingLite Enhanced TradingLite Enhanced
ID kilinafkhanldohhapmjebepefobppbc
Oficjalny URL https://chrome.google.com/webstore/detail/tradinglite-enhanced/kilinafkhanldohhapmjebepefobppbc
Opis TradingLite Enhanced with 3D Orderbooks (BionicTrader).
Rozmiar pliku 13.05 KB
Liczba instalacji 37
Aktualna Wersja 1.0.2.1
Ostatnia Aktualizacja 2020-12-20
Data Publikacji 2020-05-17
Deweloper http://blinkdrivex.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://blinkdrivex.com
Adres URL Strony Pomocy https://blinkdrivex.com/support/
Adres URL Strony Polityki Prywatności https://blinkdrivex.com/privacy
Obsługiwane Języki 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"
            ]
        }
    ]
}