FHDA Rate My Professor Plugin
Get your potential professor's rating easily on the De anzas registration page.
Cos'è FHDA Rate My Professor Plugin?
FHDA Rate My Professor Plugin è un'estensione di Chrome sviluppata da william, e la sua funzione principale è "Get your potential professor's rating easily on the De anzas registration page.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione FHDA Rate My Professor Plugin
Scarica i file di estensione FHDA Rate My Professor Plugin in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Get your potential professor's rating easily on both the FHDA myPortal registration page. For those who are lazy or want to automate some of the work of researching teacher! Uses the ratemyprofessor API. Currently works for both De Anza and Foothill. Only works on "Look up classes" and not "Open Class Finder".
Informazioni di Base sull'Estensione
Nome | |
ID | ogggghkpkikajpdgmaibajhemjmgemdk |
URL Ufficiale | https://chrome.google.com/webstore/detail/ogggghkpkikajpdgmaibajhemjmgemdk |
Descrizione | Get your potential professor's rating easily on the De anzas registration page. |
Dimensione del File | 138 KB |
Conteggio Installazioni | 44 |
Versione Corrente | 2.0.0 |
Ultimo Aggiornamento | 2021-01-27 |
Data di Pubblicazione | 2019-07-01 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | william |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "FHDA Rate My Professor Plugin", "version": "2.0.0", "description": "Get your potential professor's rating easily on the De anzas registration page.", "permissions": [ "storage", "https:\/\/search-production.ratemyprofessors.com\/*" ], "content_scripts": [ { "css": [ "tooltipster\/dist\/css\/tooltipster.main.min.css", "tooltip.css" ], "js": [ "jquery-3.3.1.min.js", "tooltipster\/dist\/js\/tooltipster.bundle.min.js", "background.js", "contentscript.js" ], "matches": [ "https:\/\/ssb-prod.ec.fhda.edu\/PROD\/bwskfcls.P_GetCrse", "https:\/\/ssb-prod.ec.fhda.edu\/PROD\/bwskfcls.P_GetCrse_Advanced" ] } ], "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/Logo-16.png", "32": "images\/Logo-32.png", "48": "images\/Logo-48.png", "128": "images\/Logo-128.png" } }, "icons": { "16": "images\/Logo-16.png", "32": "images\/Logo-32.png", "48": "images\/Logo-48.png", "128": "images\/Logo-128.png" }, "manifest_version": 2 } |