ClixOne Trading Plugin

Do trade with just 1-click.

Wat is ClixOne Trading Plugin?

ClixOne Trading Plugin is een Chrome-extensie ontwikkeld door Peter Phan, en de belangrijkste functie is "Do trade with just 1-click.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie ClixOne Trading Plugin

Download ClixOne Trading Plugin-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam ClixOne Trading Plugin ClixOne Trading Plugin
ID jdjjdiljfemcofaoppnbdmheijdgcpnd
Officiële URL https://chromewebstore.google.com/detail/clixone-trading-plugin/jdjjdiljfemcofaoppnbdmheijdgcpnd
Beschrijving Do trade with just 1-click.
Bestandsgrootte 271 KB
Aantal Installaties 21
Huidige Versie 3.0.528
Laatst Bijgewerkt 2018-01-07
Publicatiedatum 2018-01-07
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar Peter Phan
E-mail [email protected]
Betalingswijze in_app
Ondersteunde Talen 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"
            ]
        }
    ]
}