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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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" ] } ] } |