Executive.so | New Tab Calendar and Planner for Student Productivity

Syncs with Canvas and Helps You Get Stuff Done

Executive.so | New Tab Calendar and Planner for Student Productivityคืออะไร?

Executive.so | New Tab Calendar and Planner for Student Productivity เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ernest Wolfe IV และคุณลักษณะหลักของมันคือ "Syncs with Canvas and Helps You Get Stuff Done"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Executive.so | New Tab Calendar and Planner for Student Productivity

ดาวน์โหลดไฟล์ส่วนขยาย Executive.so | New Tab Calendar and Planner for Student Productivity ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Stay on top of your academic life with Student Calendar Planner. A simple, yet powerful tool to help you track classes, practice schedules, meetings, assignments, exams, and anything else. All directly from your Chrome browser in a way that makes sure you won't forget any important events in your calendar.

📅 Why Choose Student Calendar Planner?

Student life is hectic. Between classes, assignments, extracurriculars, and maintaining a social life, it’s easy to lose track of important dates and deadlines. That's why we built the Student Calendar Planner, designed exclusively to help you stay organized and meet your academic and personal goals.

🌟 Features:

Sync with Canvas:
Our unique technology lets you sync with your assignments on Canvas so that you will see what's upcoming, what needs to be submitted, and what you've already completed every time you open a new tab so you never miss another assignment

Blacklist Distracting Sites:
Do you find yourself instinctively visiting the same addictive sites and wasting time away from your goals? Our unique blacklisting technology lets you set sites that will only allow you to access them if you really need them.

Timely Reminders: Get quick reminders for upcoming classes, assignments, and exams so you never miss a deadline.

Simple and Intuitive UI: No clutter. Just the essential features to make your scheduling a breeze.

Automatic Sorting: Events are sorted into 'Upcoming' and 'History' based on their date and time, making it easy to focus on what’s next.

Dynamic Input Fields: Start with a date, and the option for start time appears; pick a start time, and the option for end time appears. Keeps the interface clean and straightforward.

Offline Access: Your data is saved locally. So you have access to your schedule even when you are not online.

100% Free: No in-app purchases, no subscription. Totally free to use.

📚 Perfect for Students:

Plan your study sessions.
Keep track of assignment deadlines.
Schedule club meetings and sports practice.
Never forget exam dates.
Plan your leisure activities and much more.

🔒 Privacy Focused:

All your data is stored locally on your computer. We don’t have access to any of your information.

Start making the most of your time and never miss another deadline with Student Calendar Planner! Install now for free to elevate your academic journey.                    

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

ชื่อ Executive.so | New Tab Calendar and Planner for Student Productivity Executive.so | New Tab Calendar and Planner for Student Productivity
ID lpdkabbfcpflcmehnhambflaggnakkjm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/executiveso-new-tab-calen/lpdkabbfcpflcmehnhambflaggnakkjm
คำอธิบาย Syncs with Canvas and Helps You Get Stuff Done
ขนาดไฟล์ 69.63 KB
จำนวนการติดตั้ง 69
เวอร์ชันปัจจุบัน 1.9.3
อัปเดตครั้งล่าสุด 2024-03-03
วันที่เผยแพร่ 2023-09-01
ผู้พัฒนา Ernest Wolfe IV
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://triforcetodos.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Executive.so | New Tab Calendar and Planner for Student Productivity",
    "version": "1.9.3",
    "description": "Syncs with Canvas and Helps You Get Stuff Done",
    "permissions": [
        "webRequest",
        "webNavigation",
        "activeTab",
        "tabs",
        "storage",
        "notifications"
    ],
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icons\/icon16.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        }
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_security_policy": {
        "default-src": "'self'",
        "font-src": "https:\/\/fonts.gstatic.com",
        "style-src": "'self' https:\/\/fonts.googleapis.com"
    },
    "host_permissions": [
        "https:\/\/*.instructure.com\/*"
    ],
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    }
}