Hero Panel

A Productivity Dashboard for Super Humans

Was ist Hero Panel?

Hero Panel ist eine Chrome-Erweiterung, die von http://heropanel.com entwickelt wurde, und ihr Hauptmerkmal ist "A Productivity Dashboard for Super Humans".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Hero Panel-Erweiterungs-CRX-Datei herunterladen

Laden Sie Hero Panel-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Hero Panel Hero Panel
ID dfhcoephpbfmamheamcfgjnhahedobbc
Offizielle URL https://chrome.google.com/webstore/detail/hero-panel/dfhcoephpbfmamheamcfgjnhahedobbc
Beschreibung A Productivity Dashboard for Super Humans
Dateigröße 16.6 KB
Installationsanzahl 60
Aktuelle Version 0.4
Letztes Update 2016-09-14
Veröffentlichungsdatum 2016-09-14
Bewertung 4.50/5 Insgesamt 8 Bewertungen
Entwickler http://heropanel.com
Zahlungsart free
Erweiterungswebsite http://www.heropanel.com
Hilfeseite URL http://www.heropanel.com
Unterstützte Sprachen 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"
    }
}