Trade Shortcuts

Make cryptocurrency trading Fast and efficient with Shortcuts

O que é Trade Shortcuts?

Trade Shortcuts é uma extensão do Chrome desenvolvida por tradeshortcuts2022, e sua principal característica é "Make cryptocurrency trading Fast and efficient with Shortcuts".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Trade Shortcuts

Baixe arquivos de extensão Trade Shortcuts no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Trade Shortcuts Trade Shortcuts
ID jfolfgmjmpofnkgnaibjfdadokbcbngf
URL Oficial https://chromewebstore.google.com/detail/trade-shortcuts/jfolfgmjmpofnkgnaibjfdadokbcbngf
Descrição Make cryptocurrency trading Fast and efficient with Shortcuts
Tamanho do Arquivo 53.43 KB
Contagem de Instalações 130
Versão Atual 1.0.3
Última Atualização 2022-11-18
Data de Publicação 2022-08-03
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor tradeshortcuts2022
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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
        }
    ]
}