UNCC Rate My Professor

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

Qu'est-ce que UNCC Rate My Professor ?

UNCC Rate My Professor est une extension Chrome développée par hueybud, et sa fonction principale est "Find the ratings of professors from Rate My Professors while on the UNCC registration page".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension UNCC Rate My Professor

Téléchargez les fichiers d'extension UNCC Rate My Professor au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom UNCC Rate My Professor UNCC Rate My Professor
ID hebfjbcnllhbfmnbpillidmlnajmloec
URL Officiel https://chrome.google.com/webstore/detail/hebfjbcnllhbfmnbpillidmlnajmloec
Description Find the ratings of professors from Rate My Professors while on the UNCC registration page
Taille du Fichier 156 KB
Nombre d'Installations 231
Version Actuelle 1.1
Dernière Mise à Jour 2021-03-24
Date de Publication 2021-03-22
Développeur hueybud
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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
}