TradingLite Enhanced
TradingLite Enhanced with 3D Orderbooks (BionicTrader).
Wat is TradingLite Enhanced?
TradingLite Enhanced is een Chrome-extensie ontwikkeld door http://blinkdrivex.com, en de belangrijkste functie is "TradingLite Enhanced with 3D Orderbooks (BionicTrader).".
Extensie Screenshots
Download het CRX-bestand van de extensie TradingLite Enhanced
Download TradingLite Enhanced-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 .
Basisinformatie over de Extensie
Naam | |
ID | kilinafkhanldohhapmjebepefobppbc |
Officiële URL | https://chrome.google.com/webstore/detail/tradinglite-enhanced/kilinafkhanldohhapmjebepefobppbc |
Beschrijving | TradingLite Enhanced with 3D Orderbooks (BionicTrader). |
Bestandsgrootte | 13.05 KB |
Aantal Installaties | 37 |
Huidige Versie | 1.0.2.1 |
Laatst Bijgewerkt | 2020-12-20 |
Publicatiedatum | 2020-05-17 |
Ontwikkelaar | http://blinkdrivex.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://blinkdrivex.com |
Help Pagina-URL | https://blinkdrivex.com/support/ |
URL van de Privacybeleid Pagina | https://blinkdrivex.com/privacy |
Ondersteunde Talen | 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" ] } ] } |