Hero Panel
A Productivity Dashboard for Super Humans
Cos'è Hero Panel?
Hero Panel è un'estensione di Chrome sviluppata da http://heropanel.com, e la sua funzione principale è "A Productivity Dashboard for Super Humans".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Hero Panel
Scarica i file di estensione Hero Panel in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 :)
Informazioni di Base sull'Estensione
Nome | |
ID | dfhcoephpbfmamheamcfgjnhahedobbc |
URL Ufficiale | https://chrome.google.com/webstore/detail/hero-panel/dfhcoephpbfmamheamcfgjnhahedobbc |
Descrizione | A Productivity Dashboard for Super Humans |
Dimensione del File | 16.6 KB |
Conteggio Installazioni | 60 |
Versione Corrente | 0.4 |
Ultimo Aggiornamento | 2016-09-14 |
Data di Pubblicazione | 2016-09-14 |
Valutazione | 4.50/5 Totale 8 Valutazioni |
Sviluppatore | http://heropanel.com |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://www.heropanel.com |
URL della Pagina di Aiuto | http://www.heropanel.com |
Lingue Supportate | 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" } } |