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 |
| Eメール | [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"
]
} | |