TradingViewBridgeMT5

Trading View to MT5 bridging Chrome extension!

ما هو TradingViewBridgeMT5؟

TradingViewBridgeMT5 هو إضافة Chrome تم تطويرها بواسطة Thelasis Co., Ltd.، والميزة الرئيسية لها هي "Trading View to MT5 bridging Chrome extension!".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة TradingViewBridgeMT5

قم بتنزيل ملفات الامتداد TradingViewBridgeMT5 بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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/
عنوان صفحة سياسة الخصوصية 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
}