Trading Control
Automation for TradingView
什么是Trading Control?
Trading Control是由acextension开发的Chrome扩展程序,该扩展的主要功能是“Automation for TradingView”。
扩展截图
下载Trading Control扩展crx文件
下载Trading Control扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | |
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" ] } |