Trading Control

Automation for TradingView

Trading Control란 무엇입니까?

Trading Control은(는) acextension에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automation for TradingView"입니다.

확장 프로그램 스크린샷

screenshot

Trading Control 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    ]
}