Trade Shortcuts

Make cryptocurrency trading Fast and efficient with Shortcuts

Trade Shortcuts là gì?

Trade Shortcuts là một tiện ích mở rộng Chrome được phát triển bởi tradeshortcuts2022, và tính năng chính của nó là "Make cryptocurrency trading Fast and efficient with Shortcuts".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Trade Shortcuts

Tải xuống các tệp mở rộng Trade Shortcuts dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Trade Shortcuts Trade Shortcuts
ID jfolfgmjmpofnkgnaibjfdadokbcbngf
URL Chính Thức https://chromewebstore.google.com/detail/trade-shortcuts/jfolfgmjmpofnkgnaibjfdadokbcbngf
Mô tả Make cryptocurrency trading Fast and efficient with Shortcuts
Kích Thước Tệp 53.43 KB
Số Lần Cài Đặt 130
Phiên Bản Hiện Tại 1.0.3
Cập Nhật Lần Cuối 2022-11-18
Ngày Phát Hành 2022-08-03
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển tradeshortcuts2022
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
        }
    ]
}