ClixOne Trading Plugin

Do trade with just 1-click.

Qu'est-ce que ClixOne Trading Plugin ?

ClixOne Trading Plugin est une extension Chrome développée par Peter Phan, et sa fonction principale est "Do trade with just 1-click.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension ClixOne Trading Plugin

Téléchargez les fichiers d'extension ClixOne Trading Plugin au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom ClixOne Trading Plugin ClixOne Trading Plugin
ID jdjjdiljfemcofaoppnbdmheijdgcpnd
URL Officiel https://chromewebstore.google.com/detail/clixone-trading-plugin/jdjjdiljfemcofaoppnbdmheijdgcpnd
Description Do trade with just 1-click.
Taille du Fichier 271 KB
Nombre d'Installations 21
Version Actuelle 3.0.528
Dernière Mise à Jour 2018-01-07
Date de Publication 2018-01-07
Évaluation 5.00/5 Total 3 Évaluations
Développeur Peter Phan
Email [email protected]
Type de Paiement in_app
Langues Prises en Charge 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"
            ]
        }
    ]
}