Coindash.io

Coindash.io - Stop managing your investments with spreadsheets!

Что такое Coindash.io?

Coindash.io - это расширение Chrome, разработанное guya.net, и его основная функция - "Coindash.io - Stop managing your investments with spreadsheets!".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Coindash.io

Скачайте файлы расширений 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\/*"
        ]
    }
}