Hero Panel
A Productivity Dashboard for Super Humans
Wat is Hero Panel?
Hero Panel is een Chrome-extensie ontwikkeld door http://heropanel.com, en de belangrijkste functie is "A Productivity Dashboard for Super Humans".
Extensie Screenshots
Download het CRX-bestand van de extensie Hero Panel
Download Hero Panel-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 :)
Basisinformatie over de Extensie
Naam | |
ID | dfhcoephpbfmamheamcfgjnhahedobbc |
Officiële URL | https://chrome.google.com/webstore/detail/hero-panel/dfhcoephpbfmamheamcfgjnhahedobbc |
Beschrijving | A Productivity Dashboard for Super Humans |
Bestandsgrootte | 16.6 KB |
Aantal Installaties | 60 |
Huidige Versie | 0.4 |
Laatst Bijgewerkt | 2016-09-14 |
Publicatiedatum | 2016-09-14 |
Beoordeling | 4.50/5 Totaal 8 Beoordelingen |
Ontwikkelaar | http://heropanel.com |
Betalingswijze | free |
Extensiewebsite | http://www.heropanel.com |
Help Pagina-URL | http://www.heropanel.com |
Ondersteunde Talen | 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" } } |