Rocket Planner
The best way to plan your day and motivate you to take action!
Rocket Planner란 무엇입니까?
Rocket Planner은(는) Clever Programmer에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The best way to plan your day and motivate you to take action!"입니다.
확장 프로그램 스크린샷
Rocket Planner 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Start off your day with a great to-do that motivates you to take action. Rocket Planner is a simple but amazing to-do list app that helps you organize and conquer your day.🔥 It was built to feel rewarded, built to feel accomplished, built to make progress. 🔥 Use Rocker Planner for Chrome to: 👉Organize your day 👉Add websites as action items to visit later 👉Easily complete tasks 👉View your action progress on the day Download Rocket Planner and start taking action! Tag @cleverqazi and @nazdumanskyy on Instagram and share your thoughts on the Rocket Planner. Developer by Naz at Clever Programmer
확장 프로그램 기본 정보
이름 | |
ID | odingfapddhbglaallcgjfdckokcplmf |
공식 URL | https://chrome.google.com/webstore/detail/rocket-planner/odingfapddhbglaallcgjfdckokcplmf |
설명 | The best way to plan your day and motivate you to take action! |
파일 크기 | 168 KB |
설치 횟수 | 1,000 |
현재 버전 | 1.0 |
최근 업데이트 | 2020-10-29 |
출시 날짜 | 2020-10-14 |
평점 | 4.96/5 총 28 개의 평점 |
개발자 | Clever Programmer |
이메일 | [email protected] |
결제 유형 | free |
도움말 페이지 URL | https://www.cleverprogrammer.com/ |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Rocket Planner", "version": "1.0", "description": "The best way to plan your day and motivate you to take action!", "permissions": [ "storage", "contextMenus", "tabs" ], "background": { "scripts": [ "js\/action-items-utils.js", "packages\/uuidv4.min.js", "js\/background.js" ], "persistent": false }, "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/icons16.png", "32": "images\/icons32.png", "48": "images\/icons48.png", "128": "images\/icons128.png" } }, "icons": { "16": "images\/icons16.png", "32": "images\/icons32.png", "48": "images\/icons48.png", "128": "images\/icons128.png" }, "manifest_version": 2 } |