Hero Panel

A Productivity Dashboard for Super Humans

¿Qué es Hero Panel?

Hero Panel es una extensión de Chrome desarrollada por http://heropanel.com, y su función principal es "A Productivity Dashboard for Super Humans".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Hero Panel

Descarga archivos de extensión Hero Panel en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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 :)                    

Información Básica de la Extensión

Nombre Hero Panel Hero Panel
ID dfhcoephpbfmamheamcfgjnhahedobbc
URL Oficial https://chrome.google.com/webstore/detail/hero-panel/dfhcoephpbfmamheamcfgjnhahedobbc
Descripción A Productivity Dashboard for Super Humans
Tamaño del Archivo 16.6 KB
Cantidad de Instalaciones 60
Versión Actual 0.4
Última Actualización 2016-09-14
Fecha de Publicación 2016-09-14
Calificación 4.50/5 Total de 8 Calificaciones
Desarrollador http://heropanel.com
Tipo de Pago free
Sitio Web de la Extensión http://www.heropanel.com
URL de la Página de Ayuda http://www.heropanel.com
Idiomas Soportados 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"
    }
}