BTC exchange monitor

This extension allow you to monitor your btc exchanges balance

Was ist BTC exchange monitor?

BTC exchange monitor ist eine Chrome-Erweiterung, die von Kein entwickelt wurde, und ihr Hauptmerkmal ist "This extension allow you to monitor your btc exchanges balance".

Erweiterungsscreenshots

screenshot
screenshot

BTC exchange monitor-Erweiterungs-CRX-Datei herunterladen

Laden Sie BTC exchange monitor-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name BTC exchange monitor BTC exchange monitor
ID ljplephkcffoeflfflmdifkmmfkjplnf
Offizielle URL https://chromewebstore.google.com/detail/btc-exchange-monitor/ljplephkcffoeflfflmdifkmmfkjplnf
Beschreibung This extension allow you to monitor your btc exchanges balance
Dateigröße 49.65 KB
Installationsanzahl 18
Aktuelle Version 1.2
Letztes Update 2017-12-09
Veröffentlichungsdatum 2017-12-08
Bewertung 3.67/5 Insgesamt 3 Bewertungen
Entwickler Kein
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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'"
}