FHDA Rate My Professor Plugin

Get your potential professor's rating easily on the De anzas registration page.

Qu'est-ce que FHDA Rate My Professor Plugin ?

FHDA Rate My Professor Plugin est une extension Chrome développée par william, et sa fonction principale est "Get your potential professor's rating easily on the De anzas registration page.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension FHDA Rate My Professor Plugin

Téléchargez les fichiers d'extension FHDA Rate My Professor Plugin au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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".                    

Informations de Base sur l'Extension

Nom FHDA Rate My Professor Plugin FHDA Rate My Professor Plugin
ID ogggghkpkikajpdgmaibajhemjmgemdk
URL Officiel https://chrome.google.com/webstore/detail/ogggghkpkikajpdgmaibajhemjmgemdk
Description Get your potential professor's rating easily on the De anzas registration page.
Taille du Fichier 138 KB
Nombre d'Installations 44
Version Actuelle 2.0.0
Dernière Mise à Jour 2021-01-27
Date de Publication 2019-07-01
Évaluation 5.00/5 Total 1 Évaluations
Développeur william
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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
}