Bitget Bitcoin Grid Generator. automatic take Profit and stop loss.
Grid Generator. Automatic Profit and Stop Loss. Various calculators are included.
O que é Bitget Bitcoin Grid Generator. automatic take Profit and stop loss.?
Bitget Bitcoin Grid Generator. automatic take Profit and stop loss. é uma extensão do Chrome desenvolvida por https://helloquant.io, e sua principal característica é "Grid Generator. Automatic Profit and Stop Loss. Various calculators are included.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Bitget Bitcoin Grid Generator. automatic take Profit and stop loss.
Baixe arquivos de extensão Bitget Bitcoin Grid Generator. automatic take Profit and stop loss. 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
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
Informações Básicas da Extensão
Nome | Bitget Bitcoin Grid Generator. automatic take Profit and stop loss. |
ID | hgonecfijhplmnihdcbcmpimgcabgnhe |
URL Oficial | https://chromewebstore.google.com/detail/bitget-bitcoin-grid-gener/hgonecfijhplmnihdcbcmpimgcabgnhe |
Descrição | Grid Generator. Automatic Profit and Stop Loss. Various calculators are included. |
Tamanho do Arquivo | 68.6 KB |
Contagem de Instalações | 104 |
Versão Atual | 1.6 |
Última Atualização | 2023-12-02 |
Data de Publicação | 2022-10-30 |
Classificação | 4.91/5 Total de 43 Avaliações |
Desenvolvedor | https://helloquant.io |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://helloquant.io |
URL da Página de Ajuda | https://helloquant.io |
URL da Página de Política de Privacidade | https://helloquant.io/privacy |
Idiomas Suportados | 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" } } |