TradingLite Enhanced

TradingLite Enhanced with 3D Orderbooks (BionicTrader).

TradingLite Enhanced란 무엇입니까?

TradingLite Enhanced은(는) http://blinkdrivex.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "TradingLite Enhanced with 3D Orderbooks (BionicTrader)."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

TradingLite Enhanced 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 .                    

확장 프로그램 기본 정보

이름 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"
            ]
        }
    ]
}