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