Bitget Bitcoin Grid Generator. automatic take Profit and stop loss.
Grid Generator. Automatic Profit and Stop Loss. Various calculators are included.
Was ist Bitget Bitcoin Grid Generator. automatic take Profit and stop loss.?
Bitget Bitcoin Grid Generator. automatic take Profit and stop loss. ist eine Chrome-Erweiterung, die von https://helloquant.io entwickelt wurde, und ihr Hauptmerkmal ist "Grid Generator. Automatic Profit and Stop Loss. Various calculators are included.".
Erweiterungsscreenshots
Bitget Bitcoin Grid Generator. automatic take Profit and stop loss.-Erweiterungs-CRX-Datei herunterladen
Laden Sie Bitget Bitcoin Grid Generator. automatic take Profit and stop loss.-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Bitget Bitcoin Grid Generator. automatic take Profit and stop loss. |
ID | hgonecfijhplmnihdcbcmpimgcabgnhe |
Offizielle URL | https://chromewebstore.google.com/detail/bitget-bitcoin-grid-gener/hgonecfijhplmnihdcbcmpimgcabgnhe |
Beschreibung | Grid Generator. Automatic Profit and Stop Loss. Various calculators are included. |
Dateigröße | 68.6 KB |
Installationsanzahl | 104 |
Aktuelle Version | 1.6 |
Letztes Update | 2023-12-02 |
Veröffentlichungsdatum | 2022-10-30 |
Bewertung | 4.91/5 Insgesamt 43 Bewertungen |
Entwickler | https://helloquant.io |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://helloquant.io |
Hilfeseite URL | https://helloquant.io |
URL der Datenschutzrichtlinien-Seite | https://helloquant.io/privacy |
Unterstützte Sprachen | 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" } } |