Bitget Bitcoin Grid Generator. automatic take Profit and stop loss.

Grid Generator. Automatic Profit and Stop Loss. Various calculators are included.

What is Bitget Bitcoin Grid Generator. automatic take Profit and stop loss.?

Bitget Bitcoin Grid Generator. automatic take Profit and stop loss. is a Chrome extension developed by https://helloquant.io, and its main feature is "Grid Generator. Automatic Profit and Stop Loss. Various calculators are included.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Bitget Bitcoin Grid Generator. automatic take Profit and stop loss. Extension CRX File

Download Bitget Bitcoin Grid Generator. automatic take Profit and stop loss. extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Bitget Bitcoin Grid Generator. automatic take Profit and stop loss. Bitget Bitcoin Grid Generator. automatic take Profit and stop loss.
ID hgonecfijhplmnihdcbcmpimgcabgnhe
Official URL https://chromewebstore.google.com/detail/bitget-bitcoin-grid-gener/hgonecfijhplmnihdcbcmpimgcabgnhe
Description Grid Generator. Automatic Profit and Stop Loss. Various calculators are included.
File Size 68.6 KB
Installation Count 104
Current Version 1.6
Last Updated 2023-12-02
Publish Date 2022-10-30
Rating 4.91/5 Total 43 Ratings
Developer https://helloquant.io
Email [email protected]
Payment Type free
Extension Website https://helloquant.io
Help Page URL https://helloquant.io
Privacy Policy Page URL https://helloquant.io/privacy
Supported Languages 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"
    }
}