Coindash.io
Coindash.io - Stop managing your investments with spreadsheets!
Coindash.io là gì?
Coindash.io là một tiện ích mở rộng Chrome được phát triển bởi guya.net, và tính năng chính của nó là "Coindash.io - Stop managing your investments with spreadsheets!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Coindash.io
Tải xuống các tệp mở rộng Coindash.io dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Coindash.io |
ID | bmakfigpeajegddeamfkmnambomhmnoh |
URL Chính Thức | https://chromewebstore.google.com/detail/coindashio/bmakfigpeajegddeamfkmnambomhmnoh |
Mô tả | Coindash.io - Stop managing your investments with spreadsheets! |
Kích Thước Tệp | 7.8 KB |
Số Lần Cài Đặt | 42 |
Phiên Bản Hiện Tại | 1.0.1 |
Cập Nhật Lần Cuối | 2017-01-22 |
Ngày Phát Hành | 2017-01-21 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | guya.net |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://www.coindash.io |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } } |