GradePoint - MyPlan
A browser extension that displays additional data for courses on MyPlan.
GradePoint - MyPlan là gì?
GradePoint - MyPlan là một tiện ích mở rộng Chrome được phát triển bởi https://jxke.me, và tính năng chính của nó là "A browser extension that displays additional data for courses on MyPlan.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng GradePoint - MyPlan
Tải xuống các tệp mở rộng GradePoint - MyPlan dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
[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! 🧙♂️
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | GradePoint - MyPlan |
ID | ljcpnekamefmpkpmbcjbeiibdamgekab |
URL Chính Thức | https://chromewebstore.google.com/detail/gradepoint-myplan/ljcpnekamefmpkpmbcjbeiibdamgekab |
Mô tả | A browser extension that displays additional data for courses on MyPlan. |
Kích Thước Tệp | 37.99 KB |
Số Lần Cài Đặt | 754 |
Phiên Bản Hiện Tại | 1.3 |
Cập Nhật Lần Cuối | 2024-03-04 |
Ngày Phát Hành | 2023-05-05 |
Đánh Giá | 4.60/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | https://jxke.me |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://gradepoint.jxke.me |
URL Trang Trợ Giúp | https://twitter.com/notlilj |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } |