TradingLite Enhanced

TradingLite Enhanced with 3D Orderbooks (BionicTrader).

Τι είναι το TradingLite Enhanced;

Το TradingLite Enhanced είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://blinkdrivex.com, και η κύρια λειτουργία του είναι "TradingLite Enhanced with 3D Orderbooks (BionicTrader).".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου 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 .                    

Βασικές Πληροφορίες Επέκτασης

Όνομα TradingLite Enhanced TradingLite Enhanced
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"
            ]
        }
    ]
}