GradePoint - MyPlan
A browser extension that displays additional data for courses on MyPlan.
Τι είναι το GradePoint - MyPlan;
Το GradePoint - MyPlan είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://jxke.me, και η κύρια λειτουργία του είναι "A browser extension that displays additional data for courses on MyPlan.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης GradePoint - MyPlan
Λήψη αρχείων επέκτασης GradePoint - MyPlan σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
[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! 🧙♂️
Βασικές Πληροφορίες Επέκτασης
Όνομα | GradePoint - MyPlan |
ID | ljcpnekamefmpkpmbcjbeiibdamgekab |
Επίσημο URL | https://chromewebstore.google.com/detail/gradepoint-myplan/ljcpnekamefmpkpmbcjbeiibdamgekab |
Περιγραφή | A browser extension that displays additional data for courses on MyPlan. |
Μέγεθος Αρχείου | 37.99 KB |
Αριθμός Εγκαταστάσεων | 754 |
Τρέχουσα Έκδοση | 1.3 |
Τελευταία Ενημέρωση | 2024-03-04 |
Ημερομηνία Δημοσίευσης | 2023-05-05 |
Αξιολόγηση | 4.60/5 Συνολικά 5 Αξιολογήσεις |
Προγραμματιστής | https://jxke.me |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://gradepoint.jxke.me |
Διεύθυνση URL της Σελίδας Βοήθειας | https://twitter.com/notlilj |
Υποστηριζόμενες Γλώσσες | 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\/*" ] } |