TradingViewBridgeMT5

Trading View to MT5 bridging Chrome extension!

TradingViewBridgeMT5とは何ですか?

TradingViewBridgeMT5はThelasis Co., Ltd.によって開発されたChromeの拡張機能で、その主な機能は「Trading View to MT5 bridging Chrome extension!」です。

拡張機能のスクリーンショット

screenshot

TradingViewBridgeMT5拡張機能のCRXファイルをダウンロード

TradingViewBridgeMT5拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.
Eメール [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
}