Hero Panel
A Productivity Dashboard for Super Humans
Hvad er Hero Panel?
Hero Panel er en Chrome-udvidelse udviklet af http://heropanel.com, og dens hovedfunktion er "A Productivity Dashboard for Super Humans".
Udvidelsesskærmbilleder
Download Hero Panel-udvidelses-CRX-fil
Download Hero Panel-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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 :)
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | dfhcoephpbfmamheamcfgjnhahedobbc |
Officiel URL | https://chrome.google.com/webstore/detail/hero-panel/dfhcoephpbfmamheamcfgjnhahedobbc |
Beskrivelse | A Productivity Dashboard for Super Humans |
Filstørrelse | 16.6 KB |
Antal Installationer | 60 |
Nuværende Version | 0.4 |
Senest Opdateret | 2016-09-14 |
Udgivelsesdato | 2016-09-14 |
Bedømmelse | 4.50/5 Samlet 8 Bedømmelser |
Udvikler | http://heropanel.com |
Betalingsmetode | free |
Udvidelseswebsted | http://www.heropanel.com |
Hjælpeside-URL | http://www.heropanel.com |
Understøttede Sprog | 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" } } |