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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://yelt3d.com, και η κύρια λειτουργία του είναι "Load Rate My Professor ratings on the University of Minnesota schedule builder website! This extension works for UMN TC.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Rate My Gopher UMN Professor Ratings

Λήψη αρχείων επέκτασης Rate My Gopher UMN Professor Ratings σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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"
        }
    ]
}