TradingViewBridgeMT5

Trading View to MT5 bridging Chrome extension!

TradingViewBridgeMT5란 무엇입니까?

TradingViewBridgeMT5은(는) Thelasis Co., Ltd.에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Trading View to MT5 bridging Chrome extension!"입니다.

확장 프로그램 스크린샷

screenshot

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

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        This extension enables you to use your Trading View account to enter Matatrader 5 orders. 
The extension captures trades you make on your Treading View account repeating them on Metatrader 5.
This extension is part of the TradingView To MT5 installation. 
Alone it is of no use. In order to install you need to go to the homepage, download and run the installation msi. The installer will install this extension, a native app and a Metatrader 5 Expert Advisor. Metatrader 5 must be already installed on your system.                    

확장 프로그램 기본 정보

이름 TradingViewBridgeMT5 TradingViewBridgeMT5
ID bblomhfgjpijldhajjihjaiioaadbhck
공식 URL https://chromewebstore.google.com/detail/tradingviewbridgemt5/bblomhfgjpijldhajjihjaiioaadbhck
설명 Trading View to MT5 bridging Chrome extension!
파일 크기 13.16 KB
설치 횟수 863
현재 버전 1.0.2
최근 업데이트 2021-01-04
출시 날짜 2021-01-04
평점 4.00/5 총 4 개의 평점
개발자 Thelasis Co., Ltd.
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.thelasis.com/software-downloads/
개인정보 보호 정책 페이지 URL http://thelasis.com/privacy/TradeReader/privacy.html
지원되는 언어 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TradingViewBridgeMT5",
    "version": "1.0.2",
    "description": "Trading View to MT5 bridging Chrome extension!",
    "permissions": [
        "nativeMessaging",
        "background"
    ],
    "web_accessible_resources": [
        "script.js"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.tradingview.com\/chart\/*"
            ],
            "js": [
                "script.js"
            ]
        }
    ],
    "options_page": "options.html",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "images\/get_started16.png",
        "32": "images\/get_started32.png",
        "48": "images\/get_started48.png",
        "128": "images\/get_started128.png"
    },
    "manifest_version": 2
}