Hero Panel
A Productivity Dashboard for Super Humans
What is Hero Panel?
Hero Panel is a Chrome extension developed by http://heropanel.com, and its main feature is "A Productivity Dashboard for Super Humans".
Extension Screenshots
Download Hero Panel Extension CRX File
Download Hero Panel extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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 :)
Extension Basic Information
Name | |
ID | dfhcoephpbfmamheamcfgjnhahedobbc |
Official URL | https://chrome.google.com/webstore/detail/hero-panel/dfhcoephpbfmamheamcfgjnhahedobbc |
Description | A Productivity Dashboard for Super Humans |
File Size | 16.6 KB |
Installation Count | 60 |
Current Version | 0.4 |
Last Updated | 2016-09-14 |
Publish Date | 2016-09-14 |
Rating | 4.50/5 Total 8 Ratings |
Developer | http://heropanel.com |
Payment Type | free |
Extension Website | http://www.heropanel.com |
Help Page URL | http://www.heropanel.com |
Supported Languages | 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" } } |