ClixOne Trading Plugin

Do trade with just 1-click.

ClixOne Trading Plugin là gì?

ClixOne Trading Plugin là một tiện ích mở rộng Chrome được phát triển bởi Peter Phan, và tính năng chính của nó là "Do trade with just 1-click.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng ClixOne Trading Plugin

Tải xuống các tệp mở rộng ClixOne Trading Plugin dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên ClixOne Trading Plugin ClixOne Trading Plugin
ID jdjjdiljfemcofaoppnbdmheijdgcpnd
URL Chính Thức https://chromewebstore.google.com/detail/clixone-trading-plugin/jdjjdiljfemcofaoppnbdmheijdgcpnd
Mô tả Do trade with just 1-click.
Kích Thước Tệp 271 KB
Số Lần Cài Đặt 21
Phiên Bản Hiện Tại 3.0.528
Cập Nhật Lần Cuối 2018-01-07
Ngày Phát Hành 2018-01-07
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Peter Phan
Email [email protected]
Loại Thanh Toán in_app
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}