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.是由https://helloquant.io开发的Chrome扩展程序,该扩展的主要功能是“Grid Generator. Automatic Profit and Stop Loss. Various calculators are included.”。
扩展截图
下载Bitget Bitcoin Grid Generator. automatic take Profit and stop loss.扩展crx文件
下载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" } } |