Trade Shortcuts

Make cryptocurrency trading Fast and efficient with Shortcuts

Vad är Trade Shortcuts?

Trade Shortcuts är en Chrome-tillägg utvecklad av tradeshortcuts2022, och dess huvudfunktion är "Make cryptocurrency trading Fast and efficient with Shortcuts".

Tilläggsskärmbilder

screenshot

Ladda ner Trade Shortcuts-förlängningens CRX-fil

Ladda ner Trade Shortcuts-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Trade Shortcuts Trade Shortcuts
ID jfolfgmjmpofnkgnaibjfdadokbcbngf
Officiell webbadress https://chromewebstore.google.com/detail/trade-shortcuts/jfolfgmjmpofnkgnaibjfdadokbcbngf
Beskrivning Make cryptocurrency trading Fast and efficient with Shortcuts
Filstorlek 53.43 KB
Antal Installationer 130
Aktuell Version 1.0.3
Senast Uppdaterad 2022-11-18
Publiceringsdatum 2022-08-03
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare tradeshortcuts2022
E-post [email protected]
Betalningssätt free
Stödda Språk 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
        }
    ]
}