UMass Professor Ratings

UMass Professor Ratings is a tool that helps students of UMass Amherst select their courses and professors. With this extension…

Τι είναι το UMass Professor Ratings;

Το UMass Professor Ratings είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον anthony.rotiroti, και η κύρια λειτουργία του είναι "UMass Professor Ratings is a tool that helps students of UMass Amherst select their courses and professors. With this extension…".

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

screenshot

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

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

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

                        UMass Professor Ratings is a tool that helps students of UMass Amherst select their courses and professors. With this extension installed, ratings for each professor are displayed next to the professor's name, as well as a link to every in depth review.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα UMass Professor Ratings UMass Professor Ratings
ID cfcmdmblcnnoppgldifmihbmpeneplbi
Επίσημο URL https://chromewebstore.google.com/detail/umass-professor-ratings/cfcmdmblcnnoppgldifmihbmpeneplbi
Περιγραφή UMass Professor Ratings is a tool that helps students of UMass Amherst select their courses and professors. With this extension…
Μέγεθος Αρχείου 84.28 KB
Αριθμός Εγκαταστάσεων 81
Τρέχουσα Έκδοση 1.2
Τελευταία Ενημέρωση 2019-04-01
Ημερομηνία Δημοσίευσης 2019-03-31
Αξιολόγηση 5.00/5 Συνολικά 15 Αξιολογήσεις
Προγραμματιστής anthony.rotiroti
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "UMass Professor Ratings",
    "version": "1.2",
    "background": {
        "scripts": [
            "jquery-3.2.1.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.spire.umass.edu\/*"
            ],
            "js": [
                "jquery-3.2.1.js",
                "content.js"
            ]
        }
    ],
    "permissions": [
        "http:\/\/www.ratemyprofessors.com\/*",
        "https:\/\/www.ratemyprofessors.com\/*",
        "https:\/\/www.spire.com.umass.edu\/*"
    ]
}