TradingLite Enhanced
TradingLite Enhanced with 3D Orderbooks (BionicTrader).
ما هو TradingLite Enhanced؟
TradingLite Enhanced هو إضافة Chrome تم تطويرها بواسطة http://blinkdrivex.com، والميزة الرئيسية لها هي "TradingLite Enhanced with 3D Orderbooks (BionicTrader).".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة TradingLite Enhanced
قم بتنزيل ملفات الامتداد TradingLite Enhanced بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
عنوان صفحة المساعدة | https://blinkdrivex.com/support/ |
عنوان صفحة سياسة الخصوصية | 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" ] } ] } |