BTC exchange monitor

This extension allow you to monitor your btc exchanges balance

Wat is BTC exchange monitor?

BTC exchange monitor is een Chrome-extensie ontwikkeld door Kein, en de belangrijkste functie is "This extension allow you to monitor your btc exchanges balance".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie BTC exchange monitor

Download BTC exchange monitor-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

                        This is extension allow you to monitor you summary balance on some crypto exchanges. And show your total balance in BTC and USD.
Extension require access to websites API of exchanges.
Can monitor 4 exchanges:
 - Wex
 - Poloniex(exchange+lending)
 - Kraken
 - Bittrex                    

Basisinformatie over de Extensie

Naam BTC exchange monitor BTC exchange monitor
ID ljplephkcffoeflfflmdifkmmfkjplnf
Officiële URL https://chromewebstore.google.com/detail/btc-exchange-monitor/ljplephkcffoeflfflmdifkmmfkjplnf
Beschrijving This extension allow you to monitor your btc exchanges balance
Bestandsgrootte 49.65 KB
Aantal Installaties 18
Huidige Versie 1.2
Laatst Bijgewerkt 2017-12-09
Publicatiedatum 2017-12-08
Beoordeling 3.67/5 Totaal 3 Beoordelingen
Ontwikkelaar Kein
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "BTC exchange monitor",
    "description": "This extension allow you to monitor your btc exchanges balance",
    "version": "1.2",
    "options_page": "public\/options.html",
    "browser_action": {
        "default_icon": "icon_16.png",
        "default_popup": "public\/popup.html"
    },
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "permissions": [
        "storage",
        "https:\/\/wex.nz\/tapi",
        "https:\/\/wex.nz\/api\/*",
        "https:\/\/poloniex.com\/tradingApi",
        "https:\/\/api.kraken.com\/0\/private\/*",
        "https:\/\/bittrex.com\/api\/v1.1\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}