Hero Panel
A Productivity Dashboard for Super Humans
Hero Panelคืออะไร?
Hero Panel เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://heropanel.com และคุณลักษณะหลักของมันคือ "A Productivity Dashboard for Super Humans"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Hero Panel
ดาวน์โหลดไฟล์ส่วนขยาย Hero Panel ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Hero Panel is the ultimate productivity Dashboard. Create and customize your personal dashboard to get organized and inspired with our widgets. Featuring: * Gmail * Google Calendar * Clock * Calendar * Motivation Videos * Habits * Tasks * Charts and Graphs * Soundboard * Spotify * Quotes * Notes * Pinterest * And many more coming soon! * We are currently in beta testing stage. We would appreciate to receive your feedback on our contact form. If you find something wrong with our app, please contact us before giving us a negative rating :)
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | dfhcoephpbfmamheamcfgjnhahedobbc |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/hero-panel/dfhcoephpbfmamheamcfgjnhahedobbc |
คำอธิบาย | A Productivity Dashboard for Super Humans |
ขนาดไฟล์ | 16.6 KB |
จำนวนการติดตั้ง | 60 |
เวอร์ชันปัจจุบัน | 0.4 |
อัปเดตครั้งล่าสุด | 2016-09-14 |
วันที่เผยแพร่ | 2016-09-14 |
คะแนน | 4.50/5 รวมทั้งหมด 8 คะแนน |
ผู้พัฒนา | http://heropanel.com |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://www.heropanel.com |
URL หน้าช่วยเหลือ | http://www.heropanel.com |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Hero Panel", "version": "0.4", "manifest_version": 2, "description": "A Productivity Dashboard for Super Humans", "homepage_url": "http:\/\/heropanel.com", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "Hero Panel" } } |