Rate My FIU

The Rate My FIU extension is meant for students of Florida International University. This Chrome extension simplifies the process…

O que é Rate My FIU?

Rate My FIU é uma extensão do Chrome desenvolvida por ccani008, e sua principal característica é "The Rate My FIU extension is meant for students of Florida International University. This Chrome extension simplifies the process…".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Rate My FIU

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

                        The Rate My FIU extension is meant for students of Florida International University. This Chrome extension simplifies the process of enrolling by displaying the Rate My Professor scores directly into the FIU enroll page as well as hyper-linking them to the Rate My Professor page for that professor.                    

Informações Básicas da Extensão

Nome Rate My FIU Rate My FIU
ID fodacampppflppgklnlkljfhfpfajnid
URL Oficial https://chromewebstore.google.com/detail/rate-my-fiu/fodacampppflppgklnlkljfhfpfajnid
Descrição The Rate My FIU extension is meant for students of Florida International University. This Chrome extension simplifies the process…
Tamanho do Arquivo 36.85 KB
Contagem de Instalações 27
Versão Atual 1.2
Última Atualização 2016-10-24
Data de Publicação 2016-10-24
Classificação 5.00/5 Total de 5 Avaliações
Desenvolvedor ccani008
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Rate My FIU",
    "version": "1.2",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.fiu.edu\/*"
            ],
            "js": [
                "script.js",
                "jquery-2.1.3.min.js"
            ]
        }
    ],
    "permissions": [
        "http:\/\/www.ratemyprofessors.com\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    }
}