FHDA Rate My Professor Plugin
Get your potential professor's rating easily on the De anzas registration page.
Wat is FHDA Rate My Professor Plugin?
FHDA Rate My Professor Plugin is een Chrome-extensie ontwikkeld door william, en de belangrijkste functie is "Get your potential professor's rating easily on the De anzas registration page.".
Extensie Screenshots
Download het CRX-bestand van de extensie FHDA Rate My Professor Plugin
Download FHDA Rate My Professor Plugin-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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".
Basisinformatie over de Extensie
Naam | |
ID | ogggghkpkikajpdgmaibajhemjmgemdk |
Officiële URL | https://chrome.google.com/webstore/detail/ogggghkpkikajpdgmaibajhemjmgemdk |
Beschrijving | Get your potential professor's rating easily on the De anzas registration page. |
Bestandsgrootte | 138 KB |
Aantal Installaties | 44 |
Huidige Versie | 2.0.0 |
Laatst Bijgewerkt | 2021-01-27 |
Publicatiedatum | 2019-07-01 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | william |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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 } |