Trading Power Tool
Power tool for manual traders with scaled orders, copy trading features and many more.
Что такое Trading Power Tool?
Trading Power Tool - это расширение Chrome, разработанное https://tv-hub.org, и его основная функция - "Power tool for manual traders with scaled orders, copy trading features and many more.".
Снимки экрана расширения
Скачать файл CRX расширения Trading Power Tool
Скачайте файлы расширений Trading Power Tool в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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.
Основная информация о расширении
Название | Trading Power Tool |
ID | lkdjplnbloedllfgfjhefbnahognddjh |
Официальный URL | https://chromewebstore.google.com/detail/trading-power-tool/lkdjplnbloedllfgfjhefbnahognddjh |
Описание | Power tool for manual traders with scaled orders, copy trading features and many more. |
Размер файла | 115 KB |
Количество установок | 209 |
Текущая Версия | 1.0.2 |
Последнее Обновление | 2023-04-01 |
Дата публикации | 2022-12-19 |
Разработчик | https://tv-hub.org |
Электронная почта | [email protected] |
Тип оплаты | free |
URL страницы политики конфиденциальности | https://www.tv-hub.org/Home/Privacy |
Поддерживаемые языки | 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" ] } ] } |