Bitget Bitcoin Grid Generator. automatic take Profit and stop loss.
Grid Generator. Automatic Profit and Stop Loss. Various calculators are included.
Hvad er Bitget Bitcoin Grid Generator. automatic take Profit and stop loss.?
Bitget Bitcoin Grid Generator. automatic take Profit and stop loss. er en Chrome-udvidelse udviklet af https://helloquant.io, og dens hovedfunktion er "Grid Generator. Automatic Profit and Stop Loss. Various calculators are included.".
Udvidelsesskærmbilleder
Download Bitget Bitcoin Grid Generator. automatic take Profit and stop loss.-udvidelses-CRX-fil
Download Bitget Bitcoin Grid Generator. automatic take Profit and stop loss.-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | Bitget Bitcoin Grid Generator. automatic take Profit and stop loss. |
ID | hgonecfijhplmnihdcbcmpimgcabgnhe |
Officiel URL | https://chromewebstore.google.com/detail/bitget-bitcoin-grid-gener/hgonecfijhplmnihdcbcmpimgcabgnhe |
Beskrivelse | Grid Generator. Automatic Profit and Stop Loss. Various calculators are included. |
Filstørrelse | 68.6 KB |
Antal Installationer | 104 |
Nuværende Version | 1.6 |
Senest Opdateret | 2023-12-02 |
Udgivelsesdato | 2022-10-30 |
Bedømmelse | 4.91/5 Samlet 43 Bedømmelser |
Udvikler | https://helloquant.io |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://helloquant.io |
Hjælpeside-URL | https://helloquant.io |
URL til Fortrolighedspolitik Side | https://helloquant.io/privacy |
Understøttede Sprog | 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" } } |