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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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