UCalgary Rate My Prof
Adds RateMyProf Info to the UCalgary Schedule Builder and Course Listings.
O que é UCalgary Rate My Prof?
UCalgary Rate My Prof é uma extensão do Chrome desenvolvida por HCExtensions, e sua principal característica é "Adds RateMyProf Info to the UCalgary Schedule Builder and Course Listings.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão UCalgary Rate My Prof
Baixe arquivos de extensão UCalgary Rate My Prof 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
Adds Rate My Professors information to the UCalgary Schedule Builder and all course listings. Buy me a coffee: https://ko-fi.com/harrych
Informações Básicas da Extensão
Nome | UCalgary Rate My Prof |
ID | jhepjbdemjpcednmndlogbjbkmoppeaj |
URL Oficial | https://chromewebstore.google.com/detail/ucalgary-rate-my-prof/jhepjbdemjpcednmndlogbjbkmoppeaj |
Descrição | Adds RateMyProf Info to the UCalgary Schedule Builder and Course Listings. |
Tamanho do Arquivo | 14.35 KB |
Contagem de Instalações | 109 |
Versão Atual | 0.1.1 |
Última Atualização | 2024-02-25 |
Data de Publicação | 2023-04-02 |
Desenvolvedor | HCExtensions |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "UCalgary Rate My Prof", "description": "Adds RateMyProf Info to the UCalgary Schedule Builder and Course Listings.", "version": "0.1.1", "content_scripts": [ { "matches": [ "https:\/\/vsb.my.ucalgary.ca\/*", "https:\/\/*.ucalgary.ca\/*\/courses*" ], "js": [ "content.js" ], "css": [ "styles.css" ], "run_at": "document_start" } ], "background": { "service_worker": "background.js" }, "icons": { "16": "icons\/professor16.png", "32": "icons\/professor32.png", "48": "icons\/professor48.png", "128": "icons\/professor128.png" } } |