TradingViewBridgeMT5
Trading View to MT5 bridging Chrome extension!
什麼是TradingViewBridgeMT5?
TradingViewBridgeMT5是由Thelasis Co., Ltd.開發的Chrome擴展程式,該擴展的主要功能是“Trading View to MT5 bridging Chrome extension!”。
擴展截圖
下載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 |
ID | bblomhfgjpijldhajjihjaiioaadbhck |
官方網址 | 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 } |