Trading Power Tool
Power tool for manual traders with scaled orders, copy trading features and many more.
O que é Trading Power Tool?
Trading Power Tool é uma extensão do Chrome desenvolvida por https://tv-hub.org, e sua principal característica é "Power tool for manual traders with scaled orders, copy trading features and many more.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Trading Power Tool
Baixe arquivos de extensão Trading Power Tool no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Trading Power Tool |
ID | lkdjplnbloedllfgfjhefbnahognddjh |
URL Oficial | https://chromewebstore.google.com/detail/trading-power-tool/lkdjplnbloedllfgfjhefbnahognddjh |
Descrição | Power tool for manual traders with scaled orders, copy trading features and many more. |
Tamanho do Arquivo | 115 KB |
Contagem de Instalações | 209 |
Versão Atual | 1.0.2 |
Última Atualização | 2023-04-01 |
Data de Publicação | 2022-12-19 |
Desenvolvedor | https://tv-hub.org |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Política de Privacidade | https://www.tv-hub.org/Home/Privacy |
Idiomas Suportados | 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" ] } ] } |