Hero Panel
A Productivity Dashboard for Super Humans
Hero Panel란 무엇입니까?
Hero Panel은(는) http://heropanel.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A Productivity Dashboard for Super Humans"입니다.
확장 프로그램 스크린샷
Hero Panel 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } } |