Schedule Helper Updated

Improve UC Davis Schedule Builder with ✨color-coded search results✨ and ✨student-submitted ratings for each instructor✨

Schedule Helper Updated क्या है?

Schedule Helper Updated Gabbriel Bui द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Improve UC Davis Schedule Builder with ✨color-coded search results✨ and ✨student-submitted ratings for each instructor✨"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Schedule Helper Updated एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Red: Conflicts with your current schedule
Yellow: Class is full, but doesn't conflict
Green: Fits in your schedule
Blue: Already selected

- Click the icon next to the instructor's name to open RMP in a new tab
- Click Export to download the current schedule as an iCalendar file (.ics)
- To import the .ics file into Google Calendar, see https://support.google.com/calendar/answer/37118

Useful Links:
- For all majors: https://schedgo.com
- For computer science majors: https://ucdecs.tiiny.site                    

एक्सटेंशन की मूल जानकारी

नाम Schedule Helper Updated Schedule Helper Updated
ID ecdefcjnbldbmbjcmahofgfekbhdfpil
आधिकारिक URL https://chromewebstore.google.com/detail/schedule-helper-updated/ecdefcjnbldbmbjcmahofgfekbhdfpil
विवरण Improve UC Davis Schedule Builder with ✨color-coded search results✨ and ✨student-submitted ratings for each instructor✨
फ़ाइल का आकार 65.33 KB
स्थापना संख्या 185
वर्तमान संस्करण 0.5
अंतिम अपडेट 2024-01-29
प्रकाशन तिथि 2023-11-26
डेवलपर Gabbriel Bui
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Schedule Helper Updated",
    "version": "0.5",
    "description": "Improve UC Davis Schedule Builder with \u2728color-coded search results\u2728 and \u2728student-submitted ratings for each instructor\u2728",
    "icons": {
        "128": "icon128.png"
    },
    "permissions": [
        "storage"
    ],
    "options_ui": {
        "page": "extension-options.html",
        "open_in_tab": false
    },
    "action": {
        "default_popup": "extension-options.html"
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "js": [
                "luxon.min.js",
                "extension-data.js",
                "extension-utils.js",
                "extension-export.js",
                "extension-color.js",
                "extension-conflicts.js",
                "extension-links.js",
                "extension-ratings.js"
            ],
            "matches": [
                "https:\/\/my.ucdavis.edu\/schedulebuilder\/*"
            ]
        }
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAks8rMXFPT9lqwlbOEg+OJcPDCgCbF8HdwcW5HsF30P+1IUrve0Om3MuFIvnq+WxcR2j7w37hsqK+ojntMlmMlo+sbMjmy16+K57XTw+dU4LnpccA1Ui8ERRo9wMLUKdXC5mQEpJdZQv7wi3IsGKO5rPxKI2752FE3b9eWrgLvd4udKH7OBO6n2y1I5D3noGu\/FUkgybPijNoRAXq7A9MuDLVr2wPdRv4PWFBQa+EilyNAtVJJCVPZ8+58bdKyIhAGVFEBhQ\/Xz9r5vYV0joZd3pPO2WgNumMhvlpQ1iIBHHgDfNy1D9yX345\/IH2NHs5i\/7BkbQvHq+xweavVjJ7SwIDAQAB"
}