GradePoint - MyPlan

A browser extension that displays additional data for courses on MyPlan.

GradePoint - MyPlan क्या है?

GradePoint - MyPlan https://jxke.me द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A browser extension that displays additional data for courses on MyPlan."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में GradePoint - MyPlan एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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! 🧙‍♂️                    

एक्सटेंशन की मूल जानकारी

नाम 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
ईमेल [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\/*"
    ]
}