Easy Crypto Trade Automation | Whaletail

The best crypto trading automation app. Trade like a pro. Build complex trade scenarios or chain trades into strategies with ease!

Easy Crypto Trade Automation | Whaletail란 무엇입니까?

Easy Crypto Trade Automation | Whaletail은(는) https://whaletail.ai에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The best crypto trading automation app. Trade like a pro. Build complex trade scenarios or chain trades into strategies with ease!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Easy Crypto Trade Automation | Whaletail 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Whaletail places a trade and interacts with an exchange based on the settings you choose.

--------------------------
(NEW)
 Version: 2.0.0
   - Added optional popup confirmation button handler.
   - Various bug fixes and performance improvements.
   - Updated the donation options.

 Version: 1.9.0
   - Added trailing up and trailing down, trade settings.
   - Various bug fixes and performance improvements.

 Version: 1.5.0
    - Added STRATEGIES ( Add multiple trades into a strategy that executes them in your desired order. eg. Buy low and sell high in a single simple automation. ).
      Please note that this is a PREVIEW / TRIAL as STRATEGIES will be part of a PAID service and will be disabled from the FREE version when we will launch our website.

Version: 1.2.0
    - Added TRADE SCENARIOS ( This is optional. Pick multiple trade placement conditions and order them as you please. The trade will be executed after all the conditions have been fulfilled in your desired order. ) 

--------------------------

The app has four main sections:
    - New Trade ( trade creation )
    - Trades List ( trade listing with completion status )
    - New Strategy ( strategy creation, bundling up trades )
    - Strategies List ( strategies list with completion status )

Secondary sections: 
    - Readme ( general extension workflow in detail )
    - Contribute ( donation addresses )

 >> If nothing happens when you try to open a section from the extension menu, please refresh the exchange page (website) <<

To place an automated trade you will have to do the following:

1) Select your trade targets: 
    - current price ticker 
    - price input 
    - amount input and action button (buy/sell)

2) Input your trade details: 
    - trade label (to be shown in the list)
    - trade price
    - trade amount
    - trade placement condition

3) Confirm the trade details

4) Keep the exchange page/tab open until the trade is placed or you don't want to place the trade at that time. You can still use the browser and other tabs.

Being able to program a cryptocurrency trade to be able to sleep happily it's a blessing.

Note: All processing is done client side without any servers involved.

Telegram: https://t.me/whaletailapp
Facebook: https://www.facebook.com/whaletailapp
Twitter: https://twitter.com/whaletailapp
Instagram: https://www.instagram.com/whaletailapp                    

확장 프로그램 기본 정보

이름 Easy Crypto Trade Automation | Whaletail Easy Crypto Trade Automation | Whaletail
ID mhbcpbdapglmecjmjbdfpelifeoonbpd
공식 URL https://chromewebstore.google.com/detail/easy-crypto-trade-automat/mhbcpbdapglmecjmjbdfpelifeoonbpd
설명 The best crypto trading automation app. Trade like a pro. Build complex trade scenarios or chain trades into strategies with ease!
파일 크기 827 KB
설치 횟수 306
현재 버전 2.0.0
최근 업데이트 2021-11-30
출시 날짜 2020-04-04
평점 4.13/5 총 8 개의 평점
개발자 https://whaletail.ai
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://whaletail.ai/
도움말 페이지 URL https://whaletail.ai/
개인정보 보호 정책 페이지 URL https://whaletail.ai/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.0.0",
    "name": "Easy Crypto Trade Automation | Whaletail",
    "short_name": "Whaletail",
    "manifest_version": 2,
    "description": "The best crypto trading automation app. Trade like a pro. Build complex trade scenarios or chain trades into strategies with ease!",
    "browser_action": {
        "default_title": "Whaletail",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "web_accessible_resources": [
        "inject.html"
    ],
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "notifications",
        "tabs",
        "storage",
        "https:\/\/*\/*",
        ""
    ],
    "content_security_policy": "default-src 'self'; style-src 'self' https:\/\/use.fontawesome.com https:\/\/fonts.googleapis.com 'unsafe-inline'; img-src 'self' data:;script-src 'self' https:\/\/use.fontawesome.com https:\/\/www.google-analytics.com https:\/\/fonts.googleapis.com; connect-src https:\/\/api.whaletail.ai https:\/\/o487637.ingest.sentry.io http:\/\/localhost:3030 https:\/\/whaletail.ai https:\/\/www.google-analytics.com; font-src 'self' https:\/\/use.fontawesome.com https:\/\/fonts.googleapis.com;"
}