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.”。
擴展截圖
下載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 |
ID | eaiohlimbkhifknljidephnpadioaiab |
官方網址 | 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" } } |