Trading Power Tool
Power tool for manual traders with scaled orders, copy trading features and many more.
Was ist Trading Power Tool?
Trading Power Tool ist eine Chrome-Erweiterung, die von https://tv-hub.org entwickelt wurde, und ihr Hauptmerkmal ist "Power tool for manual traders with scaled orders, copy trading features and many more.".
Erweiterungsscreenshots
Trading Power Tool-Erweiterungs-CRX-Datei herunterladen
Laden Sie Trading Power Tool-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
The Trading Power Tool is designed to help manual traders and boost their trading. It supports scaled orders, one-click order execution, automated position sizing based on a risk value, auto order updates and copy trading. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | lkdjplnbloedllfgfjhefbnahognddjh |
| Offizielle URL | https://chromewebstore.google.com/detail/trading-power-tool/lkdjplnbloedllfgfjhefbnahognddjh |
| Beschreibung | Power tool for manual traders with scaled orders, copy trading features and many more. |
| Dateigröße | 115 KB |
| Installationsanzahl | 209 |
| Aktuelle Version | 1.0.2 |
| Letztes Update | 2023-04-01 |
| Veröffentlichungsdatum | 2022-12-19 |
| Entwickler | https://tv-hub.org |
| [email protected] | |
| Zahlungsart | free |
| URL der Datenschutzrichtlinien-Seite | https://www.tv-hub.org/Home/Privacy |
| Unterstützte Sprachen | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Trading Power Tool",
"description": "Power tool for manual traders with scaled orders, copy trading features and many more.",
"version": "1.0.2",
"action": {
"default_popup": "popup.html"
},
"icons": {
"16": "icons\/16.png",
"48": "icons\/48.png",
"128": "icons\/128.png"
},
"permissions": [
"activeTab"
],
"host_permissions": [
"https:\/\/www.tv-hub.org\/*",
"https:\/\/alerts.tv-hub.org\/*"
],
"content_scripts": [
{
"matches": [
"https:\/\/*.tradingview.com\/*",
"https:\/\/exocharts.com\/*",
"https:\/\/www.bybit.com\/*",
"https:\/\/testnet.bybit.com\/*",
"https:\/\/www.binance.com\/*",
"https:\/\/testnet.binancefuture.com\/*",
"https:\/\/www.bitmex.com\/*",
"https:\/\/testnet.bitmex.com\/*",
"https:\/\/www.okx.com\/*"
],
"js": [
"\/content.js"
]
}
]
} | |