Rate My Vandy Professors

Puts RateMyProfessors ratings directly into Vanderbilt Class Search.

O que é Rate My Vandy Professors?

Rate My Vandy Professors é uma extensão do Chrome desenvolvida por jkreleases, e sua principal característica é "Puts RateMyProfessors ratings directly into Vanderbilt Class Search.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Rate My Vandy Professors

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

                        View RateMyProfessors ratings for teachers you search for right within Class Search. After the results come in, see each teacher color-coded and make a more informed decision before you sign up for your next class.

Please note that this extension does not work for classes with multiple teachers.

v1.1.2
- Fixed distinction between two teachers with the same first and last names

v1.1.1:
- Fixed issue where the extension would not work on certain URLs

v1.1:
- Now shows results for helpfulness, clarity, and easiness while viewing class details                    

Informações Básicas da Extensão

Nome Rate My Vandy Professors Rate My Vandy Professors
ID oaoneifognaiapnemgpeifibjijidpne
URL Oficial https://chromewebstore.google.com/detail/rate-my-vandy-professors/oaoneifognaiapnemgpeifibjijidpne
Descrição Puts RateMyProfessors ratings directly into Vanderbilt Class Search.
Tamanho do Arquivo 69.21 KB
Contagem de Instalações 1,582
Versão Atual 1.1.2
Última Atualização 2016-04-19
Data de Publicação 2016-04-19
Classificação 4.95/5 Total de 39 Avaliações
Desenvolvedor jkreleases
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Rate My Vandy Professors",
    "short_name": "RateVandy",
    "description": "Puts RateMyProfessors ratings directly into Vanderbilt Class Search.",
    "version": "1.1.2",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "http:\/\/www.ratemyprofessors.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/webapp.mis.vanderbilt.edu\/more\/SearchClasses*"
            ],
            "js": [
                "jquery-2.1.4.min.js",
                "content.js",
                "subs.js"
            ],
            "all_frames": true
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}