BTC exchange monitor

This extension allow you to monitor your btc exchanges balance

ما هو BTC exchange monitor؟

BTC exchange monitor هو إضافة Chrome تم تطويرها بواسطة Kein، والميزة الرئيسية لها هي "This extension allow you to monitor your btc exchanges balance".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة BTC exchange monitor

قم بتنزيل ملفات الامتداد BTC exchange monitor بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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                    

معلومات أساسية عن التمديد

الاسم BTC exchange monitor BTC exchange monitor
ID ljplephkcffoeflfflmdifkmmfkjplnf
عنوان URL الرسمي https://chromewebstore.google.com/detail/btc-exchange-monitor/ljplephkcffoeflfflmdifkmmfkjplnf
الوصف This extension allow you to monitor your btc exchanges balance
حجم الملف 49.65 KB
عدد التثبيتات 18
النسخة الحالية 1.2
آخر تحديث 2017-12-09
تاريخ النشر 2017-12-08
تقييم 3.67/5 مجموع تقييمات 3
المطور Kein
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة 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'"
}