Coindash.io

Coindash.io - Stop managing your investments with spreadsheets!

什么是Coindash.io?

Coindash.io是由guya.net开发的Chrome扩展程序,该扩展的主要功能是“Coindash.io - Stop managing your investments with spreadsheets!”。

扩展截图

screenshot

下载Coindash.io扩展crx文件

下载Coindash.io扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Coindash.io Coindash.io
ID bmakfigpeajegddeamfkmnambomhmnoh
官方URL https://chromewebstore.google.com/detail/coindashio/bmakfigpeajegddeamfkmnambomhmnoh
简介 Coindash.io - Stop managing your investments with spreadsheets!
文件大小 7.8 KB
安装次数 42
当前版本 1.0.1
更新时间 2017-01-22
上架时间 2017-01-21
评分 5.00/5 共1次评分
开发者 guya.net
付费类型 free
扩展官网 http://www.coindash.io
支持的语言 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\/*"
        ]
    }
}