Schedule Planner
The best way to give value to your time!
Schedule Planner란 무엇입니까?
Schedule Planner은(는) ranjitrajan44에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The best way to give value to your time!"입니다.
확장 프로그램 스크린샷
Schedule Planner 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Organize your day and take action 🚀 Schedule Planner was built for you to very easily add your daily action items 🔥 It was built for you to feel rewarded as you go about checking off your tasks 🔥 It was built for you to feel accomplished 🔥 Use Schedule 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 Enjoy Schedule Planner and let's take action!
확장 프로그램 기본 정보
이름 | Schedule Planner |
ID | boejbcpecmcnnopibddpiacgodmfcgpl |
공식 URL | https://chromewebstore.google.com/detail/schedule-planner/boejbcpecmcnnopibddpiacgodmfcgpl |
설명 | The best way to give value to your time! |
파일 크기 | 168 KB |
설치 횟수 | 85 |
현재 버전 | 1.0 |
최근 업데이트 | 2021-09-04 |
출시 날짜 | 2021-09-03 |
평점 | 5.00/5 총 4 개의 평점 |
개발자 | ranjitrajan44 |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Schedule Planner", "version": "1.0", "description": "The best way to give value to your time!", "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 } |