Productivity Supreme
Do job 2x faster! Plan tasks to work on and focus smartly on them.
Productivity Supreme란 무엇입니까?
Productivity Supreme은(는) Vadagon에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Do job 2x faster! Plan tasks to work on and focus smartly on them."입니다.
확장 프로그램 스크린샷
Productivity Supreme 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
=> The Advanced Project Manager <= Productivity Supreme is a hybrid of: * To-do list * Pomodoro or 52/17 workflow * Take a break reminder Productivity Supreme also fits into your Pomodoro workflow with automated reminders. How to use it properly? 1. Add a task 2. Press play 🞂 button, which is located just over the task 3. To change work/pause duration, click on the settings ⚙ (top right corner) The extension is still under development! Features: - custom new tab - data sync - to do list Privacy: Your data is yours and yours only. I will never share or distribute your data. Support and Feedback: I'd love to hear from you! Drop me a line at [email protected]
확장 프로그램 기본 정보
이름 | |
ID | pilhjjhjplpamgcnnochhdeklkmehghg |
공식 URL | https://chrome.google.com/webstore/detail/productivity-supreme/pilhjjhjplpamgcnnochhdeklkmehghg |
설명 | Do job 2x faster! Plan tasks to work on and focus smartly on them. |
파일 크기 | 6.32 MB |
설치 횟수 | 48 |
현재 버전 | 0.9.2 |
최근 업데이트 | 2018-10-08 |
출시 날짜 | 2018-10-08 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | Vadagon |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | http://parallis.ltd/pp |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Productivity Supreme", "version": "0.9.2", "manifest_version": 2, "description": "Do job 2x faster! Plan tasks to work on and focus smartly on them.", "icons": { "128": "images\/play.png" }, "offline_enabled": true, "default_locale": "en", "background": { "scripts": [ "js\/plugins.js", "js\/jquery\/jquery.min.js", "src\/bg\/crx2zip.js", "src\/bg\/jszip.min.js", "src\/bg\/background.js" ], "persistent": true }, "options_page": "src\/override\/override.html#!\/settings", "browser_action": { "default_icon": "images\/play.png", "default_title": "browser action demo", "default_popup": "src\/override\/override.html" }, "web_accessible_resources": [ "img\/*", "images\/*", "css\/*", "js\/*", "chrome-extension:\/\/*\/*" ], "chrome_url_overrides": { "newtab": "src\/override\/override.html" }, "permissions": [ "*:\/\/*\/*", "chrome-extension:\/\/*\/*", "storage", "management", "tabs" ] } |