GradePoint - MyPlan
A browser extension that displays additional data for courses on MyPlan.
GradePoint - MyPlan란 무엇입니까?
GradePoint - MyPlan은(는) https://jxke.me에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A browser extension that displays additional data for courses on MyPlan."입니다.
확장 프로그램 스크린샷
GradePoint - MyPlan 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
[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! 🧙♂️ 확장 프로그램 기본 정보
| 이름 | |
| 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\/*"
]
} | |