CP QuickRatings

Easily view Polyratings data in Student Center

Τι είναι το CP QuickRatings;

Το CP QuickRatings είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον ResolvedPromise, και η κύρια λειτουργία του είναι "Easily view Polyratings data in Student Center".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης CP QuickRatings

Λήψη αρχείων επέκτασης CP QuickRatings σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        -------------------------------------------------------------------------------------------
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
}