Bitget Bitcoin Grid Generator. automatic take Profit and stop loss.
Grid Generator. Automatic Profit and Stop Loss. Various calculators are included.
Τι είναι το Bitget Bitcoin Grid Generator. automatic take Profit and stop loss.;
Το Bitget Bitcoin Grid Generator. automatic take Profit and stop loss. είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://helloquant.io, και η κύρια λειτουργία του είναι "Grid Generator. Automatic Profit and Stop Loss. Various calculators are included.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Bitget Bitcoin Grid Generator. automatic take Profit and stop loss.
Λήψη αρχείων επέκτασης Bitget Bitcoin Grid Generator. automatic take Profit and stop loss. σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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
Βασικές Πληροφορίες Επέκτασης
Όνομα | Bitget Bitcoin Grid Generator. automatic take Profit and stop loss. |
ID | hgonecfijhplmnihdcbcmpimgcabgnhe |
Επίσημο URL | https://chromewebstore.google.com/detail/bitget-bitcoin-grid-gener/hgonecfijhplmnihdcbcmpimgcabgnhe |
Περιγραφή | Grid Generator. Automatic Profit and Stop Loss. Various calculators are included. |
Μέγεθος Αρχείου | 68.6 KB |
Αριθμός Εγκαταστάσεων | 104 |
Τρέχουσα Έκδοση | 1.6 |
Τελευταία Ενημέρωση | 2023-12-02 |
Ημερομηνία Δημοσίευσης | 2022-10-30 |
Αξιολόγηση | 4.91/5 Συνολικά 43 Αξιολογήσεις |
Προγραμματιστής | https://helloquant.io |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://helloquant.io |
Διεύθυνση URL της Σελίδας Βοήθειας | https://helloquant.io |
URL της Σελίδας Πολιτικής Απορρήτου | https://helloquant.io/privacy |
Υποστηριζόμενες Γλώσσες | 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" } } |