TradingLite Enhanced
TradingLite Enhanced with 3D Orderbooks (BionicTrader).
Cos'è TradingLite Enhanced?
TradingLite Enhanced è un'estensione di Chrome sviluppata da http://blinkdrivex.com, e la sua funzione principale è "TradingLite Enhanced with 3D Orderbooks (BionicTrader).".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione TradingLite Enhanced
Scarica i file di estensione TradingLite Enhanced in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 .
Informazioni di Base sull'Estensione
Nome | |
ID | kilinafkhanldohhapmjebepefobppbc |
URL Ufficiale | https://chrome.google.com/webstore/detail/tradinglite-enhanced/kilinafkhanldohhapmjebepefobppbc |
Descrizione | TradingLite Enhanced with 3D Orderbooks (BionicTrader). |
Dimensione del File | 13.05 KB |
Conteggio Installazioni | 37 |
Versione Corrente | 1.0.2.1 |
Ultimo Aggiornamento | 2020-12-20 |
Data di Pubblicazione | 2020-05-17 |
Sviluppatore | http://blinkdrivex.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://blinkdrivex.com |
URL della Pagina di Aiuto | https://blinkdrivex.com/support/ |
URL della Pagina della Politica sulla Privacy | https://blinkdrivex.com/privacy |
Lingue Supportate | 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" ] } ] } |