BTC exchange monitor

This extension allow you to monitor your btc exchanges balance

Hvad er BTC exchange monitor?

BTC exchange monitor er en Chrome-udvidelse udviklet af Kein, og dens hovedfunktion er "This extension allow you to monitor your btc exchanges balance".

Udvidelsesskærmbilleder

screenshot
screenshot

Download BTC exchange monitor-udvidelses-CRX-fil

Download BTC exchange monitor-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn BTC exchange monitor BTC exchange monitor
ID ljplephkcffoeflfflmdifkmmfkjplnf
Officiel URL https://chromewebstore.google.com/detail/btc-exchange-monitor/ljplephkcffoeflfflmdifkmmfkjplnf
Beskrivelse This extension allow you to monitor your btc exchanges balance
Filstørrelse 49.65 KB
Antal Installationer 18
Nuværende Version 1.2
Senest Opdateret 2017-12-09
Udgivelsesdato 2017-12-08
Bedømmelse 3.67/5 Samlet 3 Bedømmelser
Udvikler Kein
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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'"
}