ClixOne Trading Plugin

Do trade with just 1-click.

ClixOne Trading Plugin란 무엇입니까?

ClixOne Trading Plugin은(는) Peter Phan에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Do trade with just 1-click."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

ClixOne Trading Plugin 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Plugin which does:

1. custom the layout for easy monitor
2. add more order buttons for quickly place order
3. update order price base on highest/lowest prices, prices base on max-amount

that will help traders easy to focus on Buy & Sell and do it quick with just 1-click.
Support exchanges:

1. Poloniex
2. Bittrex
3. Binance                    

확장 프로그램 기본 정보

이름 ClixOne Trading Plugin ClixOne Trading Plugin
ID jdjjdiljfemcofaoppnbdmheijdgcpnd
공식 URL https://chromewebstore.google.com/detail/clixone-trading-plugin/jdjjdiljfemcofaoppnbdmheijdgcpnd
설명 Do trade with just 1-click.
파일 크기 271 KB
설치 횟수 21
현재 버전 3.0.528
최근 업데이트 2018-01-07
출시 날짜 2018-01-07
평점 5.00/5 총 3 개의 평점
개발자 Peter Phan
이메일 [email protected]
결제 유형 in_app
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "author": "ClixOne Trader ",
    "name": "ClixOne Trading Plugin",
    "short_name": "ClixOne Trader",
    "description": "Do trade with just 1-click.",
    "signature": "© 2018 - ClixOne Trader<\/a>",
    "version": "3.0.528",
    "permissions": [
        "chrome:\/\/favicon\/",
        "storage"
    ],
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/poloniex.com\/exchange"
            ],
            "css": [
                "css\/poloniex.min.css"
            ],
            "js": [
                "js\/jquery-3.2.1.min.js",
                "js\/clixone.min.js",
                "js\/exchange.poloniex.min.js"
            ]
        },
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/bittrex.com\/Market\/Index*"
            ],
            "js": [
                "js\/jquery-3.2.1.min.js",
                "js\/clixone.min.js",
                "js\/exchange.bittrex.min.js"
            ]
        },
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/www.binance.com\/trade*"
            ],
            "js": [
                "js\/jquery-3.2.1.min.js",
                "js\/clixone.min.js",
                "js\/exchange.binance.min.js"
            ]
        }
    ]
}