Rate My UH

RateMyUH shows ratings from RateMyProfessor on PeopleSoft class search page

O que é Rate My UH?

Rate My UH é uma extensão do Chrome desenvolvida por bilalasd, e sua principal característica é "RateMyUH shows ratings from RateMyProfessor on PeopleSoft class search page".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Rate My UH

Baixe arquivos de extensão Rate My UH 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

                        RateMyUH shows professor ratings from RateMyProfessor.com on peoplesoft class search page.

Just install the extension and search for a class on peoplesoft. Rate My UH will show ratings in the same table as all the other information.                    

Informações Básicas da Extensão

Nome Rate My UH Rate My UH
ID eempedjddojajeapkinidpgpfmjbcemh
URL Oficial https://chrome.google.com/webstore/detail/rate-my-uh/eempedjddojajeapkinidpgpfmjbcemh
Descrição RateMyUH shows ratings from RateMyProfessor on PeopleSoft class search page
Tamanho do Arquivo 87.73 KB
Contagem de Instalações 12
Versão Atual 2.0
Última Atualização 2019-03-08
Data de Publicação 2019-03-08
Desenvolvedor bilalasd
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Rate My UH",
    "short_name": "RateMyUH",
    "version": "2.0",
    "manifest_version": 2,
    "description": "RateMyUH shows ratings from RateMyProfessor on PeopleSoft class search page",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/my.uh.edu\/*"
            ],
            "js": [
                "src\/jquery-2.1.1.js",
                "src\/mutation-summary.js",
                "src\/content.js"
            ]
        }
    ]
}