UC Davis Schedule Helper

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

UC Davis Schedule Helperคืออะไร?

UC Davis Schedule Helper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Miguel Acevedo และคุณลักษณะหลักของมันคือ "Finds conflicts in your schedule, so you don't have to."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย UC Davis Schedule Helper

ดาวน์โหลดไฟล์ส่วนขยาย UC Davis Schedule Helper ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

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