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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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