Hero Panel
A Productivity Dashboard for Super Humans
Что такое Hero Panel?
Hero Panel - это расширение Chrome, разработанное http://heropanel.com, и его основная функция - "A Productivity Dashboard for Super Humans".
Снимки экрана расширения
Скачать файл CRX расширения Hero Panel
Скачайте файлы расширений Hero Panel в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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 :)
Основная информация о расширении
Название | |
ID | dfhcoephpbfmamheamcfgjnhahedobbc |
Официальный URL | https://chrome.google.com/webstore/detail/hero-panel/dfhcoephpbfmamheamcfgjnhahedobbc |
Описание | A Productivity Dashboard for Super Humans |
Размер файла | 16.6 KB |
Количество установок | 60 |
Текущая Версия | 0.4 |
Последнее Обновление | 2016-09-14 |
Дата публикации | 2016-09-14 |
Рейтинг | 4.50/5 Всего 8 оценок |
Разработчик | http://heropanel.com |
Тип оплаты | free |
Официальный сайт расширения | http://www.heropanel.com |
URL страницы помощи | http://www.heropanel.com |
Поддерживаемые языки | 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" } } |