Trade Shortcuts

Make cryptocurrency trading Fast and efficient with Shortcuts

Τι είναι το Trade Shortcuts;

Το Trade Shortcuts είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον tradeshortcuts2022, και η κύρια λειτουργία του είναι "Make cryptocurrency trading Fast and efficient with Shortcuts".

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

screenshot

Λήψη αρχείου CRX της επέκτασης Trade Shortcuts

Λήψη αρχείων επέκτασης Trade Shortcuts σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Trade shortcuts are chrome extension that help you make fast and efficient trading through shortcuts within cryptocurrency exchanges.

==Supported Exchanges==

- binance
- bybit
- bitget

==Features== 

-  Move tabs
-  Buy/Long , Sell/Short
-  Limit order
-  Market order
-  Close position(futures)
-  Cancel open order
-  Set k-line interval

shortcuts on binance, shortcuts on bybit, shortcuts on bitget                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Trade Shortcuts Trade Shortcuts
ID jfolfgmjmpofnkgnaibjfdadokbcbngf
Επίσημο URL https://chromewebstore.google.com/detail/trade-shortcuts/jfolfgmjmpofnkgnaibjfdadokbcbngf
Περιγραφή Make cryptocurrency trading Fast and efficient with Shortcuts
Μέγεθος Αρχείου 53.43 KB
Αριθμός Εγκαταστάσεων 130
Τρέχουσα Έκδοση 1.0.3
Τελευταία Ενημέρωση 2022-11-18
Ημερομηνία Δημοσίευσης 2022-08-03
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής tradeshortcuts2022
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appTitle__",
    "description": "__MSG_appDescription__",
    "version": "1.0.3",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "default_locale": "en",
    "permissions": [
        "storage"
    ],
    "action": {
        "default_popup": "html\/popup.html",
        "default_icon": {
            "16": "\/img\/16.png",
            "32": "\/img\/32.png",
            "48": "\/img\/48.png",
            "128": "\/img\/128.png"
        }
    },
    "icons": {
        "16": "\/img\/16.png",
        "32": "\/img\/32.png",
        "48": "\/img\/48.png",
        "128": "\/img\/128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.bitget.com\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "js\/bitget.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/www.binance.com\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "js\/binance.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/testnet.binancefuture.com\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "js\/binance.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/www.bybit.com\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "js\/bybit.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/testnet.bybit.com\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "js\/bybit.js"
            ],
            "all_frames": true
        }
    ]
}