TradingViewBridgeMT5

Trading View to MT5 bridging Chrome extension!

TradingViewBridgeMT5 क्या है?

TradingViewBridgeMT5 Thelasis Co., Ltd. द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Trading View to MT5 bridging Chrome extension!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में TradingViewBridgeMT5 एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
}