Trading Power Tool
Power tool for manual traders with scaled orders, copy trading features and many more.
Co to jest Trading Power Tool?
Trading Power Tool to rozszerzenie Chrome opracowane przez https://tv-hub.org, a jego główną funkcją jest „Power tool for manual traders with scaled orders, copy trading features and many more.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Trading Power Tool
Pobierz pliki rozszerzeń Trading Power Tool w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Trading Power Tool |
ID | lkdjplnbloedllfgfjhefbnahognddjh |
Oficjalny URL | https://chromewebstore.google.com/detail/trading-power-tool/lkdjplnbloedllfgfjhefbnahognddjh |
Opis | Power tool for manual traders with scaled orders, copy trading features and many more. |
Rozmiar pliku | 115 KB |
Liczba instalacji | 209 |
Aktualna Wersja | 1.0.2 |
Ostatnia Aktualizacja | 2023-04-01 |
Data Publikacji | 2022-12-19 |
Deweloper | https://tv-hub.org |
[email protected] | |
Typ Płatności | free |
Adres URL Strony Polityki Prywatności | https://www.tv-hub.org/Home/Privacy |
Obsługiwane Języki | 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" ] } ] } |