Coindash.io
Coindash.io - Stop managing your investments with spreadsheets!
Cos'è Coindash.io?
Coindash.io è un'estensione di Chrome sviluppata da guya.net, e la sua funzione principale è "Coindash.io - Stop managing your investments with spreadsheets!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Coindash.io
Scarica i file di estensione Coindash.io 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
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
Informazioni di Base sull'Estensione
Nome | Coindash.io |
ID | bmakfigpeajegddeamfkmnambomhmnoh |
URL Ufficiale | https://chromewebstore.google.com/detail/coindashio/bmakfigpeajegddeamfkmnambomhmnoh |
Descrizione | Coindash.io - Stop managing your investments with spreadsheets! |
Dimensione del File | 7.8 KB |
Conteggio Installazioni | 42 |
Versione Corrente | 1.0.1 |
Ultimo Aggiornamento | 2017-01-22 |
Data di Pubblicazione | 2017-01-21 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | guya.net |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://www.coindash.io |
Lingue Supportate | 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\/*" ] } } |