Coindash.io
Coindash.io - Stop managing your investments with spreadsheets!
Co to jest Coindash.io?
Coindash.io to rozszerzenie Chrome opracowane przez guya.net, a jego główną funkcją jest „Coindash.io - Stop managing your investments with spreadsheets!”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Coindash.io
Pobierz pliki rozszerzeń Coindash.io w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Cryptocurrency investing leveraging the social graph COINDASH enables you to benchmark your portfolio's performance against others, share trading achievements, follow and invest like the best crypto investors and become a superstar! Coindash.io works in the browser. None of your data is touching our server. This extension will enable your browser to connect to certain exchanges API. Later, you'll be able to opt-in and to securely save some of your data on our server. Coindash source code is available in here: https://bitbucket.org/coindash/coindashio
Podstawowe informacje o rozszerzeniu
Nazwa | Coindash.io |
ID | bmakfigpeajegddeamfkmnambomhmnoh |
Oficjalny URL | https://chromewebstore.google.com/detail/coindashio/bmakfigpeajegddeamfkmnambomhmnoh |
Opis | Coindash.io - Stop managing your investments with spreadsheets! |
Rozmiar pliku | 7.8 KB |
Liczba instalacji | 42 |
Aktualna Wersja | 1.0.1 |
Ostatnia Aktualizacja | 2017-01-22 |
Data Publikacji | 2017-01-21 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | guya.net |
Typ Płatności | free |
Strona Rozszerzenia | http://www.coindash.io |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Coindash.io", "version": "1.0.1", "manifest_version": 2, "description": "Coindash.io - Stop managing your investments with spreadsheets!", "background": { "scripts": [ "js\/background.js" ] }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "page_action": { "default_icon": "icon19.png", "default_title": "Coindash.io" }, "permissions": [ "storage", "webRequest", "webRequestBlocking", "*:\/\/app.coindash.io\/*", "*:\/\/poloniex.com\/tradingApi*", "*:\/\/coinmarketcap.northpole.ro\/*", "*:\/\/citadel-miner.appspot.com\/*", "http:\/\/localhost:3000\/*" ], "externally_connectable": { "matches": [ "*:\/\/localhost\/*", "*:\/\/app.coindash.io\/*" ] } } |