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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
        }
    ]
}