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.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου 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 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"
            ]
        }
    ]
}