Do What Matters Most Planner

Pre-Week Planning Chrome Extension

Do What Matters Most Plannerคืออะไร?

Do What Matters Most Planner เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Becoming Your Best Global Leadership และคุณลักษณะหลักของมันคือ "Pre-Week Planning Chrome Extension"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Do What Matters Most Planner

ดาวน์โหลดไฟล์ส่วนขยาย 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 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"
        }
    ]
}