Bitget Bitcoin Grid Generator. automatic take Profit and stop loss.

Grid Generator. Automatic Profit and Stop Loss. Various calculators are included.

Cos'è Bitget Bitcoin Grid Generator. automatic take Profit and stop loss.?

Bitget Bitcoin Grid Generator. automatic take Profit and stop loss. è un'estensione di Chrome sviluppata da https://helloquant.io, e la sua funzione principale è "Grid Generator. Automatic Profit and Stop Loss. Various calculators are included.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Bitget Bitcoin Grid Generator. automatic take Profit and stop loss.

Scarica i file di estensione Bitget Bitcoin Grid Generator. automatic take Profit and stop loss. in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        This application creates a grid with automatic profit-loss and stop-loss on the BITGET exchange.
You can easily create a grid.
Various options such as order quantity and order interval are available.
Besides, this application is free.
Please recommend it to your friends around you.

[main function]
- create grid
- Grid take profit order
- Grid stop loss order
- Grid dynamic spacing
- Grid dynamic quantity
- Compound interest calculator
- Average down in price calculator
- Recommendation seed calculator                    

Informazioni di Base sull'Estensione

Nome Bitget Bitcoin Grid Generator. automatic take Profit and stop loss. Bitget Bitcoin Grid Generator. automatic take Profit and stop loss.
ID hgonecfijhplmnihdcbcmpimgcabgnhe
URL Ufficiale https://chromewebstore.google.com/detail/bitget-bitcoin-grid-gener/hgonecfijhplmnihdcbcmpimgcabgnhe
Descrizione Grid Generator. Automatic Profit and Stop Loss. Various calculators are included.
Dimensione del File 68.6 KB
Conteggio Installazioni 104
Versione Corrente 1.6
Ultimo Aggiornamento 2023-12-02
Data di Pubblicazione 2022-10-30
Valutazione 4.91/5 Totale 43 Valutazioni
Sviluppatore https://helloquant.io
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://helloquant.io
URL della Pagina di Aiuto https://helloquant.io
URL della Pagina della Politica sulla Privacy https://helloquant.io/privacy
Lingue Supportate en,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "ko",
    "version": "1.6",
    "manifest_version": 3,
    "permissions": [
        "tabs",
        "scripting"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "128": "images\/icon.png"
        }
    },
    "icons": {
        "128": "images\/icon.png"
    }
}