Trading Power Tool

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

Qu'est-ce que Trading Power Tool ?

Trading Power Tool est une extension Chrome développée par https://tv-hub.org, et sa fonction principale est "Power tool for manual traders with scaled orders, copy trading features and many more.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Trading Power Tool

Téléchargez les fichiers d'extension Trading Power Tool au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Trading Power Tool Trading Power Tool
ID lkdjplnbloedllfgfjhefbnahognddjh
URL Officiel https://chromewebstore.google.com/detail/trading-power-tool/lkdjplnbloedllfgfjhefbnahognddjh
Description Power tool for manual traders with scaled orders, copy trading features and many more.
Taille du Fichier 115 KB
Nombre d'Installations 209
Version Actuelle 1.0.2
Dernière Mise à Jour 2023-04-01
Date de Publication 2022-12-19
Développeur https://tv-hub.org
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://www.tv-hub.org/Home/Privacy
Langues Prises en Charge 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"
            ]
        }
    ]
}