Do What Matters Most Student Planner

The extension allows students to list their classes, list key tasks, and organize priorities.

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

Do What Matters Most Student Planner เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Becoming Your Best Global Leadership และคุณลักษณะหลักของมันคือ "The extension allows students to list their classes, list key tasks, and organize priorities."

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

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Do What Matters Most Student Planner ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Learn to schedule and accomplish what matters most so that you can Become Your Best!

The constant improvement of just a few percent over time compounds and leads you to become your best. Well, those who practice "pre-week planning" with their classes, sports, hobbies, and other activities accomplish 30-50% more each week, but also with less stress. That's the best of both worlds.

It gets better -- you can articulate and find your purpose, your life compass, as you define a personal vision and set meaningful goals, all within your google calendar. No worries, there are tutorials to help you do this. Then take your vision and goals into your weekly schedule to accomplish great things.

Lead your life by design and become your best with the Becoming Your Best Online Planner!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Do What Matters Most Student Planner Do What Matters Most Student Planner
ID bhmojjcekjlcfcbfjbghopngnmpdjcoo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/do-what-matters-most-stud/bhmojjcekjlcfcbfjbghopngnmpdjcoo
คำอธิบาย The extension allows students to list their classes, list key tasks, and organize priorities.
ขนาดไฟล์ 298 KB
จำนวนการติดตั้ง 92
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2022-06-05
วันที่เผยแพร่ 2022-06-04
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Becoming Your Best Global Leadership
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Do What Matters Most Student Planner",
    "description": "The extension allows students to list their classes, list key tasks, and organize priorities.",
    "version": "1.0.1",
    "manifest_version": 3,
    "icons": {
        "128": "icons\/icon_128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/icons\/*",
                "\/fonts\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "storage",
        "cookies"
    ],
    "host_permissions": [
        "https:\/\/*.becomingyourbest.com\/*"
    ],
    "content_scripts": [
        {
            "all_frames": false,
            "matches": [
                "https:\/\/calendar.google.com\/*",
                "https:\/\/outlook.live.com\/calendar\/*",
                "https:\/\/outlook.office.com\/calendar*",
                "https:\/\/outlook.office365.com\/calendar*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "content.css"
            ],
            "run_at": "document_idle"
        }
    ]
}