CP QuickRatings

Easily view Polyratings data in Student Center

CP QuickRatings क्या है?

CP QuickRatings ResolvedPromise द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Easily view Polyratings data in Student Center"।

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

screenshot
screenshot

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

crx प्रारूप में CP QuickRatings एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        -------------------------------------------------------------------------------------------
How it works
-------------------------------------------------------------------------------------------

Once you've installed the extension, log in to Student Center to activate it. You will see that some professors' names are highlighted in green, which indicates that they have existing Polyratings data. Hovering over any highlighted name will trigger a popup that displays an overview of the corresponding professor's ratings, as well as a button to visit that professor's Polyratings page, where you can read full reviews.

If you're viewing classes on Schedule Builder: hovering over a highlighted name on an unexpanded dropdown will not trigger a popup — the green highlight is only meant to prompt you to expand the dropdown, which will then allow you to view all the professors and their corresponding popups.

-------------------------------------------------------------------------------------------
Other notes
-------------------------------------------------------------------------------------------

This extension is in active development. If you encounter any issues, please let us know by emailing us at [email protected] or submitting feedback through this Google Form: https://forms.gle/BE3mTCXdY2LNYvLB6.                    

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

नाम CP QuickRatings CP QuickRatings
ID pliinobghndmnnjenolmokefjacnmdpo
आधिकारिक URL https://chromewebstore.google.com/detail/cp-quickratings/pliinobghndmnnjenolmokefjacnmdpo
विवरण Easily view Polyratings data in Student Center
फ़ाइल का आकार 10.56 KB
स्थापना संख्या 147
वर्तमान संस्करण 3.1
अंतिम अपडेट 2022-05-17
प्रकाशन तिथि 2022-02-03
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर ResolvedPromise
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/adellevo/CP-QuickRatings
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CP QuickRatings",
    "version": "3.1",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "description": "Easily view Polyratings data in Student Center",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/cmsweb.pscs.calpoly.edu\/*"
            ],
            "all_frames": true,
            "css": [
                "main.css"
            ],
            "js": [
                "main.js"
            ],
            "run_at": "document_end"
        }
    ],
    "host_permissions": [
        "https:\/\/api.github.com\/repos\/Polyratings\/Polyratings-data\/contents\/professor-list.json?ref=data"
    ],
    "manifest_version": 3
}