Trading Control
Automation for TradingView
Τι είναι το Trading Control;
Το Trading Control είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον acextension, και η κύρια λειτουργία του είναι "Automation for TradingView".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Trading Control
Λήψη αρχείων επέκτασης 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" ] } |