Trading Control

Automation for TradingView

Trading Control là gì?

Trading Control là một tiện ích mở rộng Chrome được phát triển bởi acextension, và tính năng chính của nó là "Automation for TradingView".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Trading Control

Tải xuống các tệp mở rộng Trading Control dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Trading Control Trading Control
ID jjhdcjaookflghdlnfcpnpodjdfkdjbc
URL Chính Thức https://chrome.google.com/webstore/detail/trading-control/jjhdcjaookflghdlnfcpnpodjdfkdjbc
Mô tả Automation for TradingView
Kích Thước Tệp 183 KB
Số Lần Cài Đặt 180
Phiên Bản Hiện Tại 3.19.3
Cập Nhật Lần Cuối 2022-04-01
Ngày Phát Hành 2021-09-05
Nhà Phát Triển acextension
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://tradingcontrol.com
URL Trang Trợ Giúp https://tradingcontrol.com
URL Trang Chính Sách Bảo Mật https://tradescontrol.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}