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\/*"
        ]
    }
}