Coindash.io
Coindash.io - Stop managing your investments with spreadsheets!
Qu'est-ce que Coindash.io ?
Coindash.io est une extension Chrome développée par guya.net, et sa fonction principale est "Coindash.io - Stop managing your investments with spreadsheets!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Coindash.io
Téléchargez les fichiers d'extension Coindash.io au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Coindash.io |
ID | bmakfigpeajegddeamfkmnambomhmnoh |
URL Officiel | https://chromewebstore.google.com/detail/coindashio/bmakfigpeajegddeamfkmnambomhmnoh |
Description | Coindash.io - Stop managing your investments with spreadsheets! |
Taille du Fichier | 7.8 KB |
Nombre d'Installations | 42 |
Version Actuelle | 1.0.1 |
Dernière Mise à Jour | 2017-01-22 |
Date de Publication | 2017-01-21 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | guya.net |
Type de Paiement | free |
Site Web de l'Extension | http://www.coindash.io |
Langues Prises en Charge | 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\/*" ] } } |