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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Finds conflicts in your schedule, so you don't have to."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

UC Davis Schedule Helper 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    }
}