UMICH Course Guide RMP

Shows Rate My Prof information on LSA Course Guide

What is UMICH Course Guide RMP?

UMICH Course Guide RMP is a Chrome extension developed by wongio420, and its main feature is "Shows Rate My Prof information on LSA Course Guide".

Extension Screenshots

screenshot

Download UMICH Course Guide RMP Extension CRX File

Download UMICH Course Guide RMP extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name UMICH Course Guide RMP UMICH Course Guide RMP
ID efdamipekmokgifmpdokfeemlfalffma
Official URL https://chromewebstore.google.com/detail/umich-course-guide-rmp/efdamipekmokgifmpdokfeemlfalffma
Description Shows Rate My Prof information on LSA Course Guide
File Size 4.61 KB
Installation Count 74
Current Version 1.0
Last Updated 2020-08-31
Publish Date 2020-08-31
Rating 5.00/5 Total 1 Ratings
Developer wongio420
Email [email protected]
Payment Type free
Extension Website https://github.com/skarahann/UMichRateYourProfessorChrome
Supported Languages 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"
    }
}