Trading Control

Automation for TradingView

ما هو Trading Control؟

Trading Control هو إضافة Chrome تم تطويرها بواسطة acextension، والميزة الرئيسية لها هي "Automation for TradingView".

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

screenshot

تحميل ملف CRX للإضافة Trading Control

قم بتنزيل ملفات الامتداد Trading Control بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Trading Control extension is a product integrating Trading Control to Trading View 
Automate, and manage alert creation, editing and automating Strategy testing.
Reducing errors, saving time, improving knowledge and trading.                    

معلومات أساسية عن التمديد

الاسم Trading Control Trading Control
ID jjhdcjaookflghdlnfcpnpodjdfkdjbc
عنوان URL الرسمي https://chrome.google.com/webstore/detail/trading-control/jjhdcjaookflghdlnfcpnpodjdfkdjbc
الوصف Automation for TradingView
حجم الملف 183 KB
عدد التثبيتات 180
النسخة الحالية 3.19.3
آخر تحديث 2022-04-01
تاريخ النشر 2021-09-05
المطور acextension
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://tradingcontrol.com
عنوان صفحة المساعدة https://tradingcontrol.com
عنوان صفحة سياسة الخصوصية https://tradescontrol.com/privacy-policy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Sokol",
    "background": {
        "scripts": [
            "sha256.js",
            "md5.js",
            "sheetManager.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon_square_128.png",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.tradingview.com\/*"
            ],
            "js": [
                "jquery.min.js",
                "content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "description": "Automation for TradingView",
    "icons": {
        "19": "icon_square_19.png",
        "32": "icon_square_32.png",
        "128": "icon_square_128.png"
    },
    "manifest_version": 2,
    "name": "Trading Control",
    "permissions": [
        "storage",
        "https:\/\/api.tradingcontrol.com:81\/*",
        "https:\/\/*.tradingview.com\/*",
        "https:\/\/script.google.com\/*",
        "https:\/\/script.googleusercontent.com\/*"
    ],
    "version": "3.19.3",
    "web_accessible_resources": [
        "content\/functions.js",
        "content\/startup.js",
        "content\/quicklisten.js",
        "content\/handlebars.min.js",
        "content\/data.js",
        "content\/templating.js",
        "content\/quickAlerts.js",
        "content\/chart.css"
    ]
}