UMICH Course Guide RMP

Shows Rate My Prof information on LSA Course Guide

Cos'è UMICH Course Guide RMP?

UMICH Course Guide RMP è un'estensione di Chrome sviluppata da wongio420, e la sua funzione principale è "Shows Rate My Prof information on LSA Course Guide".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione UMICH Course Guide RMP

Scarica i file di estensione UMICH Course Guide RMP 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

                        Enhances user experience by injecting Rate My Professor rating into the LSA course guide. User is able to click on rating to be directed to corresponding Rate My Professor website.                    

Informazioni di Base sull'Estensione

Nome UMICH Course Guide RMP UMICH Course Guide RMP
ID efdamipekmokgifmpdokfeemlfalffma
URL Ufficiale https://chromewebstore.google.com/detail/umich-course-guide-rmp/efdamipekmokgifmpdokfeemlfalffma
Descrizione Shows Rate My Prof information on LSA Course Guide
Dimensione del File 4.61 KB
Conteggio Installazioni 74
Versione Corrente 1.0
Ultimo Aggiornamento 2020-08-31
Data di Pubblicazione 2020-08-31
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore wongio420
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/skarahann/UMichRateYourProfessorChrome
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "UMICH Course Guide RMP",
    "version": "1.0",
    "description": "Shows Rate My Prof information on LSA Course Guide",
    "author": "Alex and Serdar",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.lsa.umich.edu\/cg\/cg_results.aspx?*"
            ],
            "js": [
                "course_guide_script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "manifest_version": 2,
    "icons": {
        "32": "icon.png"
    }
}