CP QuickRatings
Easily view Polyratings data in Student Center
O que é CP QuickRatings?
CP QuickRatings é uma extensão do Chrome desenvolvida por ResolvedPromise, e sua principal característica é "Easily view Polyratings data in Student Center".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão CP QuickRatings
Baixe arquivos de extensão CP QuickRatings 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
------------------------------------------------------------------------------------------- How it works ------------------------------------------------------------------------------------------- Once you've installed the extension, log in to Student Center to activate it. You will see that some professors' names are highlighted in green, which indicates that they have existing Polyratings data. Hovering over any highlighted name will trigger a popup that displays an overview of the corresponding professor's ratings, as well as a button to visit that professor's Polyratings page, where you can read full reviews. If you're viewing classes on Schedule Builder: hovering over a highlighted name on an unexpanded dropdown will not trigger a popup — the green highlight is only meant to prompt you to expand the dropdown, which will then allow you to view all the professors and their corresponding popups. ------------------------------------------------------------------------------------------- Other notes ------------------------------------------------------------------------------------------- This extension is in active development. If you encounter any issues, please let us know by emailing us at [email protected] or submitting feedback through this Google Form: https://forms.gle/BE3mTCXdY2LNYvLB6.
Informações Básicas da Extensão
Nome | CP QuickRatings |
ID | pliinobghndmnnjenolmokefjacnmdpo |
URL Oficial | https://chromewebstore.google.com/detail/cp-quickratings/pliinobghndmnnjenolmokefjacnmdpo |
Descrição | Easily view Polyratings data in Student Center |
Tamanho do Arquivo | 10.56 KB |
Contagem de Instalações | 147 |
Versão Atual | 3.1 |
Última Atualização | 2022-05-17 |
Data de Publicação | 2022-02-03 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | ResolvedPromise |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/adellevo/CP-QuickRatings |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "CP QuickRatings", "version": "3.1", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "description": "Easily view Polyratings data in Student Center", "content_scripts": [ { "matches": [ "https:\/\/cmsweb.pscs.calpoly.edu\/*" ], "all_frames": true, "css": [ "main.css" ], "js": [ "main.js" ], "run_at": "document_end" } ], "host_permissions": [ "https:\/\/api.github.com\/repos\/Polyratings\/Polyratings-data\/contents\/professor-list.json?ref=data" ], "manifest_version": 3 } |