BTC exchange monitor

This extension allow you to monitor your btc exchanges balance

Cos'è BTC exchange monitor?

BTC exchange monitor è un'estensione di Chrome sviluppata da Kein, e la sua funzione principale è "This extension allow you to monitor your btc exchanges balance".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione BTC exchange monitor

Scarica i file di estensione BTC exchange monitor in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome BTC exchange monitor BTC exchange monitor
ID ljplephkcffoeflfflmdifkmmfkjplnf
URL Ufficiale https://chromewebstore.google.com/detail/btc-exchange-monitor/ljplephkcffoeflfflmdifkmmfkjplnf
Descrizione This extension allow you to monitor your btc exchanges balance
Dimensione del File 49.65 KB
Conteggio Installazioni 18
Versione Corrente 1.2
Ultimo Aggiornamento 2017-12-09
Data di Pubblicazione 2017-12-08
Valutazione 3.67/5 Totale 3 Valutazioni
Sviluppatore Kein
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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'"
}