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文件
下載Do What Matters Most Planner擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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" } ] } |