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. là gì?
Bitget Bitcoin Grid Generator. automatic take Profit and stop loss. là một tiện ích mở rộng Chrome được phát triển bởi https://helloquant.io, và tính năng chính của nó là "Grid Generator. Automatic Profit and Stop Loss. Various calculators are included.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Bitget Bitcoin Grid Generator. automatic take Profit and stop loss.
Tải xuống các tệp mở rộng Bitget Bitcoin Grid Generator. automatic take Profit and stop loss. dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Bitget Bitcoin Grid Generator. automatic take Profit and stop loss. |
ID | hgonecfijhplmnihdcbcmpimgcabgnhe |
URL Chính Thức | https://chromewebstore.google.com/detail/bitget-bitcoin-grid-gener/hgonecfijhplmnihdcbcmpimgcabgnhe |
Mô tả | Grid Generator. Automatic Profit and Stop Loss. Various calculators are included. |
Kích Thước Tệp | 68.6 KB |
Số Lần Cài Đặt | 104 |
Phiên Bản Hiện Tại | 1.6 |
Cập Nhật Lần Cuối | 2023-12-02 |
Ngày Phát Hành | 2022-10-30 |
Đánh Giá | 4.91/5 Tổng số 43 Đánh Giá |
Nhà Phát Triển | https://helloquant.io |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://helloquant.io |
URL Trang Trợ Giúp | https://helloquant.io |
URL Trang Chính Sách Bảo Mật | https://helloquant.io/privacy |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |