TradingLite Enhanced

TradingLite Enhanced with 3D Orderbooks (BionicTrader).

TradingLite Enhanced là gì?

TradingLite Enhanced là một tiện ích mở rộng Chrome được phát triển bởi http://blinkdrivex.com, và tính năng chính của nó là "TradingLite Enhanced with 3D Orderbooks (BionicTrader).".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng TradingLite Enhanced

Tải xuống các tệp mở rộng TradingLite Enhanced dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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 .                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên TradingLite Enhanced TradingLite Enhanced
ID kilinafkhanldohhapmjebepefobppbc
URL Chính Thức https://chrome.google.com/webstore/detail/tradinglite-enhanced/kilinafkhanldohhapmjebepefobppbc
Mô tả TradingLite Enhanced with 3D Orderbooks (BionicTrader).
Kích Thước Tệp 13.05 KB
Số Lần Cài Đặt 37
Phiên Bản Hiện Tại 1.0.2.1
Cập Nhật Lần Cuối 2020-12-20
Ngày Phát Hành 2020-05-17
Nhà Phát Triển http://blinkdrivex.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://blinkdrivex.com
URL Trang Trợ Giúp https://blinkdrivex.com/support/
URL Trang Chính Sách Bảo Mật https://blinkdrivex.com/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}