ClixOne Trading Plugin

Do trade with just 1-click.

ClixOne Trading Plugin क्या है?

ClixOne Trading Plugin Peter Phan द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Do trade with just 1-click."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में ClixOne Trading Plugin एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
            ]
        }
    ]
}