Trading Power Tool

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

Wat is Trading Power Tool?

Trading Power Tool is een Chrome-extensie ontwikkeld door https://tv-hub.org, en de belangrijkste functie is "Power tool for manual traders with scaled orders, copy trading features and many more.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Trading Power Tool

Download Trading Power Tool-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Trading Power Tool Trading Power Tool
ID lkdjplnbloedllfgfjhefbnahognddjh
Officiële URL https://chromewebstore.google.com/detail/trading-power-tool/lkdjplnbloedllfgfjhefbnahognddjh
Beschrijving Power tool for manual traders with scaled orders, copy trading features and many more.
Bestandsgrootte 115 KB
Aantal Installaties 209
Huidige Versie 1.0.2
Laatst Bijgewerkt 2023-04-01
Publicatiedatum 2022-12-19
Ontwikkelaar https://tv-hub.org
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://www.tv-hub.org/Home/Privacy
Ondersteunde Talen 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"
            ]
        }
    ]
}