TradingLite Enhanced
TradingLite Enhanced with 3D Orderbooks (BionicTrader).
TradingLite Enhanced क्या है?
TradingLite Enhanced http://blinkdrivex.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "TradingLite Enhanced with 3D Orderbooks (BionicTrader)."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में TradingLite Enhanced एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 .
एक्सटेंशन की मूल जानकारी
नाम | |
ID | kilinafkhanldohhapmjebepefobppbc |
आधिकारिक URL | https://chrome.google.com/webstore/detail/tradinglite-enhanced/kilinafkhanldohhapmjebepefobppbc |
विवरण | TradingLite Enhanced with 3D Orderbooks (BionicTrader). |
फ़ाइल का आकार | 13.05 KB |
स्थापना संख्या | 37 |
वर्तमान संस्करण | 1.0.2.1 |
अंतिम अपडेट | 2020-12-20 |
प्रकाशन तिथि | 2020-05-17 |
डेवलपर | http://blinkdrivex.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://blinkdrivex.com |
सहायता पृष्ठ URL | https://blinkdrivex.com/support/ |
गोपनीयता नीति पृष्ठ URL | https://blinkdrivex.com/privacy |
समर्थित भाषाएँ | 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" ] } ] } |