MadCourse
MadCourse is an extension to check course status for UW-Madison students
¿Qué es MadCourse?
MadCourse es una extensión de Chrome desarrollada por https://shawnzhong.com, y su función principal es "MadCourse is an extension to check course status for UW-Madison students".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión MadCourse
Descarga archivos de extensión MadCourse en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
MadCourse helps UW-Madison students to check the course status on a popup page. Simply search the course name in the search bar, and select the course you want to keep track of. Features include: * Get alarmed when there is a change in section status (e.g., closed to waitlisted) * Brief section status for each course in the list * The number of people on the waitlist for waitlisted section * The number of people currently enrolled for open section * Detailed section information when you clicked on the section title * Time, instructor, enrollment and waitlist status * Quickly search an instructor on RateMyProfessor.com * Quickly check the grade distributions and average GPAs on MadGrades.com
Información Básica de la Extensión
Nombre | MadCourse |
ID | cijpakgnnndjbilnioofmgdededkdmpc |
URL Oficial | https://chromewebstore.google.com/detail/madcourse/cijpakgnnndjbilnioofmgdededkdmpc |
Descripción | MadCourse is an extension to check course status for UW-Madison students |
Tamaño del Archivo | 398 KB |
Cantidad de Instalaciones | 45 |
Versión Actual | 2.6 |
Última Actualización | 2019-04-10 |
Fecha de Publicación | 2019-04-10 |
Calificación | 5.00/5 Total de 2 Calificaciones |
Desarrollador | https://shawnzhong.com |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://shawnzhong.com |
URL de la Página de Ayuda | https://shawnzhong.com |
URL de la Página de Política de Privacidad | https://shawnzhong.com |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "MadCourse", "description": "MadCourse is an extension to check course status for UW-Madison students", "version": "2.6", "permissions": [ "notifications", "webRequest", "alarms", "storage", "https:\/\/enroll.wisc.edu\/*" ], "browser_action": { "default_title": "Open MadCourse", "default_icon": "icons\/icon128.png", "default_popup": "popup.html" }, "background": { "page": "background.html", "persistent": true }, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "manifest_version": 2 } |