GradePoint - MyPlan
A browser extension that displays additional data for courses on MyPlan.
¿Qué es GradePoint - MyPlan?
GradePoint - MyPlan es una extensión de Chrome desarrollada por https://jxke.me, y su función principal es "A browser extension that displays additional data for courses on MyPlan.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión GradePoint - MyPlan
Descarga archivos de extensión GradePoint - MyPlan 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
[ALL BUGS FIXED!! :)] Introducing Gradepoint 📊 – the browser extension that makes course selection a breeze for University of Washington students! 🔍👨🎓 🌟 With GradePoint, you'll have access to all the juicy stats on your courses and profs! 📈 From average grade distribution to real professor reviews, you'll be armed with the knowledge to make the best choices for your academic success! 💪 📚 And if that's not enough, GradePoint also connects with Rate My Professor to give you the inside scoop on what other students think of your profs! 👀 You'll know which professors to avoid and which ones are your new academic crush! 😍 👨🏫 So why settle for mediocre grades and less-than-stellar professors when you can have the best of the best? 💯 Download GradePoint now and become the ultimate academic wizard! 🧙♂️
Información Básica de la Extensión
Nombre | GradePoint - MyPlan |
ID | ljcpnekamefmpkpmbcjbeiibdamgekab |
URL Oficial | https://chromewebstore.google.com/detail/gradepoint-myplan/ljcpnekamefmpkpmbcjbeiibdamgekab |
Descripción | A browser extension that displays additional data for courses on MyPlan. |
Tamaño del Archivo | 37.99 KB |
Cantidad de Instalaciones | 754 |
Versión Actual | 1.3 |
Última Actualización | 2024-03-04 |
Fecha de Publicación | 2023-05-05 |
Calificación | 4.60/5 Total de 5 Calificaciones |
Desarrollador | https://jxke.me |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://gradepoint.jxke.me |
URL de la Página de Ayuda | https://twitter.com/notlilj |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "GradePoint - MyPlan", "version": "1.3", "description": "A browser extension that displays additional data for courses on MyPlan.", "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/myplan.uw.edu\/*" ], "css": [ "styles.css" ], "js": [ "content2.js" ] } ], "icons": { "16": "\/icons\/16.png", "32": "\/icons\/32.png", "48": "\/icons\/48.png", "128": "\/icons\/128.png" }, "host_permissions": [ "https:\/\/bhpscfcsjsqqqtovmwfk.functions.supabase.co\/*", "https:\/\/myplan.uw.edu\/*", "https:\/\/www.ratemyprofessors.com\/*" ] } |