uAlbertaProfGuide

View RMP scores on uAlberta's class enrollment page

O que é uAlbertaProfGuide?

uAlbertaProfGuide é uma extensão do Chrome desenvolvida por theDust, e sua principal característica é "View RMP scores on uAlberta's class enrollment page".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão uAlbertaProfGuide

Baixe arquivos de extensão uAlbertaProfGuide 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

                        Chrome extension that integrate Rate My Professor results into the beartracks course search page.

Search for course under search for classes header. Hover over professor to view results from RMP. Click prof to redirect to RMP to view comments.

uAlbertaProfGuide is an unofficial chrome extension for beartracks, it is not endorsed by the University of Alberta                    

Informações Básicas da Extensão

Nome uAlbertaProfGuide uAlbertaProfGuide
ID omminijickdpopkhpeehljlhehicgclk
URL Oficial https://chromewebstore.google.com/detail/ualbertaprofguide/omminijickdpopkhpeehljlhehicgclk
Descrição View RMP scores on uAlberta's class enrollment page
Tamanho do Arquivo 68.77 KB
Contagem de Instalações 31
Versão Atual 1.2
Última Atualização 2017-04-10
Data de Publicação 2017-04-09
Classificação 5.00/5 Total de 5 Avaliações
Desenvolvedor theDust
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "uAlbertaProfGuide",
    "version": "1.2",
    "description": "View RMP scores on uAlberta's class enrollment page",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.beartracks.ualberta.ca\/psp\/uahebprd\/EMPLOYEE\/HRMS\/c\/SA_LEARNER_SERVICES*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "https:\/\/www.ratemyprofessors.com\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "web_accessible_resources": [
        "Assets\/*.png"
    ]
}