TradingLite Enhanced

TradingLite Enhanced with 3D Orderbooks (BionicTrader).

Hvad er TradingLite Enhanced?

TradingLite Enhanced er en Chrome-udvidelse udviklet af http://blinkdrivex.com, og dens hovedfunktion er "TradingLite Enhanced with 3D Orderbooks (BionicTrader).".

Udvidelsesskærmbilleder

screenshot
screenshot

Download TradingLite Enhanced-udvidelses-CRX-fil

Download TradingLite Enhanced-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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 .                    

Grundlæggende oplysninger om udvidelsen

Navn TradingLite Enhanced TradingLite Enhanced
ID kilinafkhanldohhapmjebepefobppbc
Officiel URL https://chrome.google.com/webstore/detail/tradinglite-enhanced/kilinafkhanldohhapmjebepefobppbc
Beskrivelse TradingLite Enhanced with 3D Orderbooks (BionicTrader).
Filstørrelse 13.05 KB
Antal Installationer 37
Nuværende Version 1.0.2.1
Senest Opdateret 2020-12-20
Udgivelsesdato 2020-05-17
Udvikler http://blinkdrivex.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://blinkdrivex.com
Hjælpeside-URL https://blinkdrivex.com/support/
URL til Fortrolighedspolitik Side https://blinkdrivex.com/privacy
Understøttede Sprog 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"
            ]
        }
    ]
}