Trade Shortcuts

Make cryptocurrency trading Fast and efficient with Shortcuts

Trade Shortcuts क्या है?

Trade Shortcuts tradeshortcuts2022 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Make cryptocurrency trading Fast and efficient with Shortcuts"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Trade Shortcuts एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
        }
    ]
}