UC Davis Schedule Helper

Finds conflicts in your schedule, so you don't have to.

UC Davis Schedule Helper क्या है?

UC Davis Schedule Helper Miguel Acevedo द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Finds conflicts in your schedule, so you don't have to."।

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

screenshot
screenshot
screenshot

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

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

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

                        UC Davis students! Make building your schedule easy. 
Every class in your search results is color coded based on if it fits in your schedule:

Red: Conflicts with your current schedule (Hover over name to see what it conflicts with)
Yellow: Class is full, but doesn't conflict
Green: Fits in your schedule
Blue: Already selected

See actual student submitted ratings for each professor INSIDE the search results on ScheduleBuilder.

Leave a rating if you like it, or if you have any suggestions. Thanks for the support!                    

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

नाम UC Davis Schedule Helper UC Davis Schedule Helper
ID eaiohlimbkhifknljidephnpadioaiab
आधिकारिक URL https://chromewebstore.google.com/detail/uc-davis-schedule-helper/eaiohlimbkhifknljidephnpadioaiab
विवरण Finds conflicts in your schedule, so you don't have to.
फ़ाइल का आकार 131 KB
स्थापना संख्या 14,531
वर्तमान संस्करण 1.2
अंतिम अपडेट 2017-11-19
प्रकाशन तिथि 2017-11-19
रेटिंग 4.91/5 कुल 53 रेटिंग्स
डेवलपर Miguel Acevedo
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://getschedulehelper.com/
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "UC Davis Schedule Helper",
    "version": "1.2",
    "description": "Finds conflicts in your schedule, so you don't have to.",
    "web_accessible_resources": [
        "data\/data.js",
        "src\/conflict.js",
        "libs\/balloon.min.css",
        "src\/inlineSearch.js",
        "src\/textSearch.js"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/my.ucdavis.edu\/schedulebuilder\/index.cfm?termCode=*",
                "https:\/\/students.my.ucdavis.edu\/schedulebuilder\/index.cfm?termCode=*"
            ],
            "js": [
                "libs\/jquery-3.2.1.min.js",
                "src\/inject.js"
            ]
        }
    ],
    "icons": {
        "16": "assets\/schedulehelper.png",
        "48": "assets\/schedulehelper.png",
        "128": "assets\/schedulehelper.png"
    },
    "browser_action": {
        "default_icon": "assets\/schedulehelper.png",
        "default_title": "Schedule Helper",
        "default_popup": "popup.html"
    }
}