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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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