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 |
官方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 } |