BTC exchange monitor

This extension allow you to monitor your btc exchanges balance

Apa itu BTC exchange monitor?

BTC exchange monitor adalah ekstensi Chrome yang dikembangkan oleh Kein, dan fitur utamanya adalah "This extension allow you to monitor your btc exchanges balance".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi BTC exchange monitor

Unduh file ekstensi BTC exchange monitor dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama BTC exchange monitor BTC exchange monitor
ID ljplephkcffoeflfflmdifkmmfkjplnf
URL Resmi https://chromewebstore.google.com/detail/btc-exchange-monitor/ljplephkcffoeflfflmdifkmmfkjplnf
Deskripsi This extension allow you to monitor your btc exchanges balance
Ukuran File 49.65 KB
Jumlah Instalasi 18
Versi Saat Ini 1.2
Terakhir Diperbarui 2017-12-09
Tanggal Publikasi 2017-12-08
Penilaian 3.67/5 Total 3 Penilaian
Pengembang Kein
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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'"
}