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 |
官方網址 | 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" ] } |