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是由Becoming Your Best Global Leadership開發的Chrome擴展程式,該擴展的主要功能是“The extension allows students to list their classes, list key tasks, and organize priorities.”。

擴展截圖

screenshot

下載Do What Matters Most Student Planner擴展crx文件

下載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
官方網址 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"
        }
    ]
}