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.".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл 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. 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"
    }
}