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ファイルをダウンロード

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
Eメール [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"
    }
}