Bitget Bitcoin Grid Generator. automatic take Profit and stop loss.
Grid Generator. Automatic Profit and Stop Loss. Various calculators are included.
Qu'est-ce que Bitget Bitcoin Grid Generator. automatic take Profit and stop loss. ?
Bitget Bitcoin Grid Generator. automatic take Profit and stop loss. est une extension Chrome développée par https://helloquant.io, et sa fonction principale est "Grid Generator. Automatic Profit and Stop Loss. Various calculators are included.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Bitget Bitcoin Grid Generator. automatic take Profit and stop loss.
Téléchargez les fichiers d'extension Bitget Bitcoin Grid Generator. automatic take Profit and stop loss. au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Bitget Bitcoin Grid Generator. automatic take Profit and stop loss. |
ID | hgonecfijhplmnihdcbcmpimgcabgnhe |
URL Officiel | https://chromewebstore.google.com/detail/bitget-bitcoin-grid-gener/hgonecfijhplmnihdcbcmpimgcabgnhe |
Description | Grid Generator. Automatic Profit and Stop Loss. Various calculators are included. |
Taille du Fichier | 68.6 KB |
Nombre d'Installations | 104 |
Version Actuelle | 1.6 |
Dernière Mise à Jour | 2023-12-02 |
Date de Publication | 2022-10-30 |
Évaluation | 4.91/5 Total 43 Évaluations |
Développeur | https://helloquant.io |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://helloquant.io |
URL de la Page d'Aide | https://helloquant.io |
URL de la Page de Politique de Confidentialité | https://helloquant.io/privacy |
Langues Prises en Charge | 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" } } |