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
官方網址 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\/*"
        ]
    }
}