Trading Power Tool

Power tool for manual traders with scaled orders, copy trading features and many more.

Cos'è Trading Power Tool?

Trading Power Tool è un'estensione di Chrome sviluppata da https://tv-hub.org, e la sua funzione principale è "Power tool for manual traders with scaled orders, copy trading features and many more.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Trading Power Tool

Scarica i file di estensione Trading Power Tool in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Trading Power Tool Trading Power Tool
ID lkdjplnbloedllfgfjhefbnahognddjh
URL Ufficiale https://chromewebstore.google.com/detail/trading-power-tool/lkdjplnbloedllfgfjhefbnahognddjh
Descrizione Power tool for manual traders with scaled orders, copy trading features and many more.
Dimensione del File 115 KB
Conteggio Installazioni 209
Versione Corrente 1.0.2
Ultimo Aggiornamento 2023-04-01
Data di Pubblicazione 2022-12-19
Sviluppatore https://tv-hub.org
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://www.tv-hub.org/Home/Privacy
Lingue Supportate 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"
            ]
        }
    ]
}