UC Davis Schedule Helper

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

UC Davis Schedule Helper là gì?

UC Davis Schedule Helper là một tiện ích mở rộng Chrome được phát triển bởi Miguel Acevedo, và tính năng chính của nó là "Finds conflicts in your schedule, so you don't have to.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng UC Davis Schedule Helper

Tải xuống các tệp mở rộng UC Davis Schedule Helper dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên UC Davis Schedule Helper UC Davis Schedule Helper
ID eaiohlimbkhifknljidephnpadioaiab
URL Chính Thức https://chromewebstore.google.com/detail/uc-davis-schedule-helper/eaiohlimbkhifknljidephnpadioaiab
Mô tả Finds conflicts in your schedule, so you don't have to.
Kích Thước Tệp 131 KB
Số Lần Cài Đặt 14,531
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2017-11-19
Ngày Phát Hành 2017-11-19
Đánh Giá 4.91/5 Tổng số 53 Đánh Giá
Nhà Phát Triển Miguel Acevedo
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://getschedulehelper.com/
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}