TradingLite Enhanced

TradingLite Enhanced with 3D Orderbooks (BionicTrader).

Apa itu TradingLite Enhanced?

TradingLite Enhanced adalah ekstensi Chrome yang dikembangkan oleh http://blinkdrivex.com, dan fitur utamanya adalah "TradingLite Enhanced with 3D Orderbooks (BionicTrader).".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi TradingLite Enhanced

Unduh file ekstensi TradingLite Enhanced dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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 .                    

Informasi Dasar Ekstensi

Nama TradingLite Enhanced TradingLite Enhanced
ID kilinafkhanldohhapmjebepefobppbc
URL Resmi https://chrome.google.com/webstore/detail/tradinglite-enhanced/kilinafkhanldohhapmjebepefobppbc
Deskripsi TradingLite Enhanced with 3D Orderbooks (BionicTrader).
Ukuran File 13.05 KB
Jumlah Instalasi 37
Versi Saat Ini 1.0.2.1
Terakhir Diperbarui 2020-12-20
Tanggal Publikasi 2020-05-17
Pengembang http://blinkdrivex.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://blinkdrivex.com
URL Halaman Bantuan https://blinkdrivex.com/support/
URL Halaman Kebijakan Privasi https://blinkdrivex.com/privacy
Bahasa yang Didukung 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"
            ]
        }
    ]
}