UMICH Course Guide RMP

Shows Rate My Prof information on LSA Course Guide

Wat is UMICH Course Guide RMP?

UMICH Course Guide RMP is een Chrome-extensie ontwikkeld door wongio420, en de belangrijkste functie is "Shows Rate My Prof information on LSA Course Guide".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie UMICH Course Guide RMP

Download UMICH Course Guide RMP-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

                        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.                    

Basisinformatie over de Extensie

Naam UMICH Course Guide RMP UMICH Course Guide RMP
ID efdamipekmokgifmpdokfeemlfalffma
Officiële URL https://chromewebstore.google.com/detail/umich-course-guide-rmp/efdamipekmokgifmpdokfeemlfalffma
Beschrijving Shows Rate My Prof information on LSA Course Guide
Bestandsgrootte 4.61 KB
Aantal Installaties 74
Huidige Versie 1.0
Laatst Bijgewerkt 2020-08-31
Publicatiedatum 2020-08-31
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar wongio420
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/skarahann/UMichRateYourProfessorChrome
Ondersteunde Talen 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"
    }
}