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.」です。

拡張機能のスクリーンショット

screenshot
screenshot

GradePoint - MyPlan拡張機能のCRXファイルをダウンロード

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 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
Eメール [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\/*"
    ]
}