BTC exchange monitor
This extension allow you to monitor your btc exchanges balance
Vad är BTC exchange monitor?
BTC exchange monitor är en Chrome-tillägg utvecklad av Kein, och dess huvudfunktion är "This extension allow you to monitor your btc exchanges balance".
Tilläggsskärmbilder
Ladda ner BTC exchange monitor-förlängningens CRX-fil
Ladda ner BTC exchange monitor-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | BTC exchange monitor |
ID | ljplephkcffoeflfflmdifkmmfkjplnf |
Officiell webbadress | https://chromewebstore.google.com/detail/btc-exchange-monitor/ljplephkcffoeflfflmdifkmmfkjplnf |
Beskrivning | This extension allow you to monitor your btc exchanges balance |
Filstorlek | 49.65 KB |
Antal Installationer | 18 |
Aktuell Version | 1.2 |
Senast Uppdaterad | 2017-12-09 |
Publiceringsdatum | 2017-12-08 |
Betyg | 3.67/5 Totalt 3 Betyg |
Utvecklare | Kein |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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'" } |