UNCC Rate My Professor

Find the ratings of professors from Rate My Professors while on the UNCC registration page

Cos'è UNCC Rate My Professor?

UNCC Rate My Professor è un'estensione di Chrome sviluppata da hueybud, e la sua funzione principale è "Find the ratings of professors from Rate My Professors while on the UNCC registration page".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione UNCC Rate My Professor

Scarica i file di estensione UNCC Rate My Professor in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Allows students to easily see what the ratings are for their professors while navigating the registration webpage. Includes a sort feature that rearranges the webpage to show professors ranked from highest to lowest. Hovering over a rating will show a snapshot of their information, and clicking the rating will take you to their Rate My Professor webpage.                    

Informazioni di Base sull'Estensione

Nome UNCC Rate My Professor UNCC Rate My Professor
ID hebfjbcnllhbfmnbpillidmlnajmloec
URL Ufficiale https://chrome.google.com/webstore/detail/hebfjbcnllhbfmnbpillidmlnajmloec
Descrizione Find the ratings of professors from Rate My Professors while on the UNCC registration page
Dimensione del File 156 KB
Conteggio Installazioni 231
Versione Corrente 1.1
Ultimo Aggiornamento 2021-03-24
Data di Pubblicazione 2021-03-22
Sviluppatore hueybud
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "UNCC Rate My Professor",
    "version": "1.1",
    "description": "Find the ratings of professors from Rate My Professors while on the UNCC registration page",
    "icons": {
        "16": "Images\/uncc_icon_16.png",
        "48": "Images\/uncc_icon_48.png",
        "128": "Images\/uncc_icon_128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "css": [
                "tooltipster\/dist\/css\/tooltipster.main.min.css",
                "tooltip.css",
                "styles.css"
            ],
            "js": [
                "jquery-3.3.1.min.js",
                "tooltipster\/dist\/js\/tooltipster.bundle.min.js",
                "background.js",
                "contentscript.js"
            ],
            "matches": [
                "https:\/\/selfservice.uncc.edu\/pls\/BANPROD\/bwskfcls.P_GetCrse_Advanced",
                "https:\/\/selfservice.uncc.edu\/pls\/BANPROD\/bwskfcls.P_GetCrse",
                "https:\/\/selfservice.uncc.edu\/pls\/BANPROD\/bwckgens.P_RegsGetCrse"
            ]
        }
    ],
    "permissions": [
        "storage",
        "https:\/\/search-production.ratemyprofessors.com\/*"
    ],
    "manifest_version": 2
}