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!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ 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 |
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\/*" ] } } |