Do What Matters Most Planner
Pre-Week Planning Chrome Extension
Do What Matters Most Planner란 무엇입니까?
Do What Matters Most Planner은(는) Becoming Your Best Global Leadership에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Pre-Week Planning Chrome Extension"입니다.
확장 프로그램 스크린샷
Do What Matters Most Planner 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Do What Matters Most with the BYB Pre-week Planning Chrome Extension. Identify your roles, determine your priorities, and schedule your priorities. Also, you can include your Personal Vision and Role & Goals so that they at the forefront of your mind when pre-week planning. This extension consists of an extend/condense button at the top of your google/outlook calendar (opened in a chrome browser) that allows you to identify your key roles and determine weekly action items by role. You can then click on these items, click on your calendar and turn them into an event/task/etc. This is how you schedule your priorities to accomplish 30-50% more on a weekly basis.
확장 프로그램 기본 정보
이름 | Do What Matters Most Planner |
ID | lpbpgndoajoefogjpnjbdgdidjkhcodi |
공식 URL | https://chromewebstore.google.com/detail/do-what-matters-most-plan/lpbpgndoajoefogjpnjbdgdidjkhcodi |
설명 | Pre-Week Planning Chrome Extension |
파일 크기 | 859 KB |
설치 횟수 | 1,656 |
현재 버전 | 1.0.27 |
최근 업데이트 | 2024-01-16 |
출시 날짜 | 2021-07-22 |
평점 | 5.00/5 총 7 개의 평점 |
개발자 | Becoming Your Best Global Leadership |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Do What Matters Most Planner", "description": "Pre-Week Planning Chrome Extension", "version": "1.0.27", "manifest_version": 3, "icons": { "128": "images\/icon_128.png" }, "background": { "service_worker": "background.js", "type": "module" }, "web_accessible_resources": [ { "resources": [ "images\/*", "fonts\/*" ], "matches": [ "https:\/\/calendar.google.com\/*", "https:\/\/outlook.live.com\/*", "https:\/\/outlook.office.com\/*", "https:\/\/outlook.office365.com\/*" ] } ], "host_permissions": [ "https:\/\/*.becomingyourbest.com\/*", "https:\/\/api.sparkpost.com\/*" ], "permissions": [ "storage", "notifications", "cookies" ], "content_scripts": [ { "all_frames": false, "matches": [ "https:\/\/calendar.google.com\/*", "https:\/\/outlook.live.com\/*", "https:\/\/outlook.office.com\/*", "https:\/\/outlook.office365.com\/*" ], "js": [ "content.js" ], "css": [ "content.css" ], "run_at": "document_idle" } ] } |