UNCC Rate My Professor

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

O que é UNCC Rate My Professor?

UNCC Rate My Professor é uma extensão do Chrome desenvolvida por hueybud, e sua principal característica é "Find the ratings of professors from Rate My Professors while on the UNCC registration page".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão UNCC Rate My Professor

Baixe arquivos de extensão UNCC Rate My Professor no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome UNCC Rate My Professor UNCC Rate My Professor
ID hebfjbcnllhbfmnbpillidmlnajmloec
URL Oficial https://chrome.google.com/webstore/detail/hebfjbcnllhbfmnbpillidmlnajmloec
Descrição Find the ratings of professors from Rate My Professors while on the UNCC registration page
Tamanho do Arquivo 156 KB
Contagem de Instalações 231
Versão Atual 1.1
Última Atualização 2021-03-24
Data de Publicação 2021-03-22
Desenvolvedor hueybud
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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
}