Rate My Gopher UMN Professor Ratings

Load Rate My Professor ratings on the University of Minnesota schedule builder website! This extension works for UMN TC.

Rate My Gopher UMN Professor Ratings क्या है?

Rate My Gopher UMN Professor Ratings https://yelt3d.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Load Rate My Professor ratings on the University of Minnesota schedule builder website! This extension works for UMN TC."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Rate My Gopher UMN Professor Ratings एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        See Rate My Professors ratings alongside a professor's name when searching for UMN courses.

When searching for courses on UMN's schedule builder, RMP's overall score, difficulty score, and review tags will be shown on the righthand side of the screen for each instructor teaching the course. Clicking on the professor's name will open a link to the RMP website with detailed responses and reviews.

1. Load up the University of Minnesota schedule builder.
2. Click the "Search Professors Button"                    

एक्सटेंशन की मूल जानकारी

नाम Rate My Gopher UMN Professor Ratings Rate My Gopher UMN Professor Ratings
ID pmblceckdalgamfhocahemcelikplpkg
आधिकारिक URL https://chromewebstore.google.com/detail/rate-my-gopher-umn-profes/pmblceckdalgamfhocahemcelikplpkg
विवरण Load Rate My Professor ratings on the University of Minnesota schedule builder website! This extension works for UMN TC.
फ़ाइल का आकार 46.89 KB
स्थापना संख्या 160
वर्तमान संस्करण 0.1
अंतिम अपडेट 2020-01-15
प्रकाशन तिथि 2020-01-15
रेटिंग 4.86/5 कुल 7 रेटिंग्स
डेवलपर https://yelt3d.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://yelt3d.com/coding-projects/university-of-minnesota-rate-my-professor-chrome-extension/
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Rate My Gopher UMN Professor Ratings",
    "version": "0.1",
    "description": "Load Rate My Professor ratings on the University of Minnesota schedule builder website! This extension works for UMN TC.",
    "browser_action": {
        "default_icon": {
            "16": "icon16.png",
            "32": "icon32.png"
        },
        "default_popup": "popup.html",
        "default_title": "Check here to see Rate My Goper instructions and developer credits."
    },
    "permissions": [
        "https:\/\/solr-aws-elb-production.ratemyprofessors.com\/*"
    ],
    "icons": {
        "128": "icon128.png",
        "32": "icon32.png",
        "48": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/schedulebuilder.umn.edu\/*"
            ],
            "js": [
                "jquery-3.4.1.min.js",
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}