UT Registration Planner

Improves the course registration process at the University of Texas at Austin.

ما هو UT Registration Planner؟

UT Registration Planner هو إضافة Chrome تم تطويرها بواسطة doprzcws، والميزة الرئيسية لها هي "Improves the course registration process at the University of Texas at Austin.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة UT Registration Planner

قم بتنزيل ملفات الامتداد UT Registration Planner بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Course registration doesn't have to feel like shopping for Black Friday anymore.

UT Registration Planner features automatic course conflict highlighting and a modern UI for a fast and intuitive experience registering for courses while featuring a full light or dark mode theme based on your system preference.

[Note]: Please be mindful of other extensions that modify the course registration page as it may cause undesired behavior.

Clicking the "UTRP" button will open a modal that shows course information such as:
- Instructors
- Times
- Locations (with a link to the location which opens in a new tab)
- Flags
- Requirements
- Grade distributions
- Rate My Professor link
- Access Syllabi and CVs link
- and more!

The quick actions bar opens commonly used tabs for registration with a single click and each course card displays course info at a glance while expanding to show more information or to copy the course unique ID for easy sharing.

The course list calendar shows your color coded schedule at a glance and features links to course locations to help you plan out your schedule efficiently.                    

معلومات أساسية عن التمديد

الاسم UT Registration Planner UT Registration Planner
ID odoidpoklinkbcejodhakfopoddkdieg
عنوان URL الرسمي https://chromewebstore.google.com/detail/ut-registration-planner/odoidpoklinkbcejodhakfopoddkdieg
الوصف Improves the course registration process at the University of Texas at Austin.
حجم الملف 1.14 MB
عدد التثبيتات 839
النسخة الحالية 1.2.1
آخر تحديث 2023-03-07
تاريخ النشر 2022-10-23
تقييم 5.00/5 مجموع تقييمات 1
المطور doprzcws
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "UT Registration Planner",
    "description": "Improves the course registration process at the University of Texas at Austin.",
    "version": "1.2.1",
    "manifest_version": 3,
    "icons": {
        "16": "icons\/UT-Registration-Planner-Icon16.png",
        "32": "icons\/UT-Registration-Planner-Icon32.png",
        "48": "icons\/UT-Registration-Planner-Icon48.png",
        "128": "icons\/UT-Registration-Planner-Icon128.png"
    },
    "action": {
        "default_icon": {
            "16": "icons\/UT-Registration-Planner-Icon16.png",
            "32": "icons\/UT-Registration-Planner-Icon32.png",
            "48": "icons\/UT-Registration-Planner-Icon48.png"
        },
        "default_popup": "index.html"
    },
    "options_page": "options.html",
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content\/assets\/sql-wasm.wasm",
                "content\/assets\/dark-mode.css"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "service_worker": "content\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/utdirect.utexas.edu\/apps\/registrar\/course_schedule\/*"
            ],
            "js": [
                "content\/lib\/jquery-3.6.0.min.js",
                "content\/main.js",
                "content\/csui.js",
                "content\/system-preference-theme.js"
            ]
        }
    ]
}