Hero Panel
A Productivity Dashboard for Super Humans
Vad är Hero Panel?
Hero Panel är en Chrome-tillägg utvecklad av http://heropanel.com, och dess huvudfunktion är "A Productivity Dashboard for Super Humans".
Tilläggsskärmbilder
Ladda ner Hero Panel-förlängningens CRX-fil
Ladda ner Hero Panel-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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 :)
Grundläggande Information om Tillägg
Namn | |
ID | dfhcoephpbfmamheamcfgjnhahedobbc |
Officiell webbadress | https://chrome.google.com/webstore/detail/hero-panel/dfhcoephpbfmamheamcfgjnhahedobbc |
Beskrivning | A Productivity Dashboard for Super Humans |
Filstorlek | 16.6 KB |
Antal Installationer | 60 |
Aktuell Version | 0.4 |
Senast Uppdaterad | 2016-09-14 |
Publiceringsdatum | 2016-09-14 |
Betyg | 4.50/5 Totalt 8 Betyg |
Utvecklare | http://heropanel.com |
Betalningssätt | free |
Tilläggswebbplats | http://www.heropanel.com |
Hjälpsida URL | http://www.heropanel.com |
Stödda Språk | 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" } } |