Trading Control

Automation for TradingView

Trading Control क्या है?

Trading Control acextension द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automation for TradingView"।

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

screenshot

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

crx प्रारूप में Trading Control एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
सहायता पृष्ठ URL https://tradingcontrol.com
गोपनीयता नीति पृष्ठ URL 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"
    ]
}