Bitget Bitcoin Grid Generator. automatic take Profit and stop loss.
Grid Generator. Automatic Profit and Stop Loss. Various calculators are included.
Apa itu Bitget Bitcoin Grid Generator. automatic take Profit and stop loss.?
Bitget Bitcoin Grid Generator. automatic take Profit and stop loss. adalah ekstensi Chrome yang dikembangkan oleh https://helloquant.io, dan fitur utamanya adalah "Grid Generator. Automatic Profit and Stop Loss. Various calculators are included.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Bitget Bitcoin Grid Generator. automatic take Profit and stop loss.
Unduh file ekstensi Bitget Bitcoin Grid Generator. automatic take Profit and stop loss. dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | Bitget Bitcoin Grid Generator. automatic take Profit and stop loss. |
ID | hgonecfijhplmnihdcbcmpimgcabgnhe |
URL Resmi | https://chromewebstore.google.com/detail/bitget-bitcoin-grid-gener/hgonecfijhplmnihdcbcmpimgcabgnhe |
Deskripsi | Grid Generator. Automatic Profit and Stop Loss. Various calculators are included. |
Ukuran File | 68.6 KB |
Jumlah Instalasi | 104 |
Versi Saat Ini | 1.6 |
Terakhir Diperbarui | 2023-12-02 |
Tanggal Publikasi | 2022-10-30 |
Penilaian | 4.91/5 Total 43 Penilaian |
Pengembang | https://helloquant.io |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://helloquant.io |
URL Halaman Bantuan | https://helloquant.io |
URL Halaman Kebijakan Privasi | https://helloquant.io/privacy |
Bahasa yang Didukung | 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" } } |