UMass Professor Ratings
UMass Professor Ratings is a tool that helps students of UMass Amherst select their courses and professors. With this extension…
O que é UMass Professor Ratings?
UMass Professor Ratings é uma extensão do Chrome desenvolvida por anthony.rotiroti, e sua principal característica é "UMass Professor Ratings is a tool that helps students of UMass Amherst select their courses and professors. With this extension…".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão UMass Professor Ratings
Baixe arquivos de extensão UMass Professor Ratings 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
UMass Professor Ratings is a tool that helps students of UMass Amherst select their courses and professors. With this extension installed, ratings for each professor are displayed next to the professor's name, as well as a link to every in depth review.
Informações Básicas da Extensão
Nome | UMass Professor Ratings |
ID | cfcmdmblcnnoppgldifmihbmpeneplbi |
URL Oficial | https://chromewebstore.google.com/detail/umass-professor-ratings/cfcmdmblcnnoppgldifmihbmpeneplbi |
Descrição | UMass Professor Ratings is a tool that helps students of UMass Amherst select their courses and professors. With this extension… |
Tamanho do Arquivo | 84.28 KB |
Contagem de Instalações | 81 |
Versão Atual | 1.2 |
Última Atualização | 2019-04-01 |
Data de Publicação | 2019-03-31 |
Classificação | 5.00/5 Total de 15 Avaliações |
Desenvolvedor | anthony.rotiroti |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "UMass Professor Ratings", "version": "1.2", "background": { "scripts": [ "jquery-3.2.1.js", "background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/www.spire.umass.edu\/*" ], "js": [ "jquery-3.2.1.js", "content.js" ] } ], "permissions": [ "http:\/\/www.ratemyprofessors.com\/*", "https:\/\/www.ratemyprofessors.com\/*", "https:\/\/www.spire.com.umass.edu\/*" ] } |