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.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

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. 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
Eメール [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"
    }
}