Hero Panel
A Productivity Dashboard for Super Humans
Hero Panel là gì?
Hero Panel là một tiện ích mở rộng Chrome được phát triển bởi http://heropanel.com, và tính năng chính của nó là "A Productivity Dashboard for Super Humans".
Ả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 Hero Panel
Tải xuống các tệp mở rộng Hero Panel 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
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 :)
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | dfhcoephpbfmamheamcfgjnhahedobbc |
URL Chính Thức | https://chrome.google.com/webstore/detail/hero-panel/dfhcoephpbfmamheamcfgjnhahedobbc |
Mô tả | A Productivity Dashboard for Super Humans |
Kích Thước Tệp | 16.6 KB |
Số Lần Cài Đặt | 60 |
Phiên Bản Hiện Tại | 0.4 |
Cập Nhật Lần Cuối | 2016-09-14 |
Ngày Phát Hành | 2016-09-14 |
Đánh Giá | 4.50/5 Tổng số 8 Đánh Giá |
Nhà Phát Triển | http://heropanel.com |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://www.heropanel.com |
URL Trang Trợ Giúp | http://www.heropanel.com |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |