Hero Panel

A Productivity Dashboard for Super Humans

Co to jest Hero Panel?

Hero Panel to rozszerzenie Chrome opracowane przez http://heropanel.com, a jego główną funkcją jest „A Productivity Dashboard for Super Humans”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Hero Panel

Pobierz pliki rozszerzeń Hero Panel w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Hero Panel Hero Panel
ID dfhcoephpbfmamheamcfgjnhahedobbc
Oficjalny URL https://chrome.google.com/webstore/detail/hero-panel/dfhcoephpbfmamheamcfgjnhahedobbc
Opis A Productivity Dashboard for Super Humans
Rozmiar pliku 16.6 KB
Liczba instalacji 60
Aktualna Wersja 0.4
Ostatnia Aktualizacja 2016-09-14
Data Publikacji 2016-09-14
Ocena 4.50/5 Łącznie 8 Oceny
Deweloper http://heropanel.com
Typ Płatności free
Strona Rozszerzenia http://www.heropanel.com
Adres URL Strony Pomocy http://www.heropanel.com
Obsługiwane Języki 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"
    }
}