Portland State RateMyProfessors

Displays professors' RateMyProfessors ratings in the online course listings for Portland State University.

Portland State RateMyProfessors क्या है?

Portland State RateMyProfessors dev.trevorliberty द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Displays professors' RateMyProfessors ratings in the online course listings for Portland State University."।

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

screenshot

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

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

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

                        Rate My Professor Extension for Portland State University

1. Download the extension
2. Browse classes normally
3. Hover over a professor

Developed by Trevor Liberty and Joe Leland

Version 1.0.0
-Dealt with Rate My Professor overhaul

Currently not supporting classes with multiple professors.
-Support will be added in future patch                    

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

नाम Portland State RateMyProfessors Portland State RateMyProfessors
ID hpfjccopidfknnnfogdldecealjmkaoc
आधिकारिक URL https://chromewebstore.google.com/detail/portland-state-ratemyprof/hpfjccopidfknnnfogdldecealjmkaoc
विवरण Displays professors' RateMyProfessors ratings in the online course listings for Portland State University.
फ़ाइल का आकार 15.35 MB
स्थापना संख्या 58
वर्तमान संस्करण 1.0.1
अंतिम अपडेट 2020-05-14
प्रकाशन तिथि 2020-05-13
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर dev.trevorliberty
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Portland State RateMyProfessors",
    "description": "Displays professors' RateMyProfessors ratings in the online course listings for Portland State University.",
    "version": "1.0.1",
    "manifest_version": 2,
    "permissions": [
        "*:\/\/*.ratemyprofessors.com\/*"
    ],
    "icons": {
        "16": "rmpIcon.png",
        "48": "rmpIcon.png",
        "128": "rmpIcon.png"
    },
    "content_scripts": [
        {
            "exclude_matches": [
                "https:\/\/app.banner.pdx.edu\/assets\/mobileAppPromo.png"
            ],
            "matches": [
                "https:\/\/app.banner.pdx.edu\/StudentRegistrationSsb\/ssb\/classRegistration\/classRegistration",
                "https:\/\/app.banner.pdx.edu\/StudentRegistrationSsb\/ssb\/classSearch\/classSearch"
            ],
            "css": [
                "dist\/css\/tooltipster.bundle.css"
            ],
            "js": [
                "jquery.js",
                "dist\/js\/tooltipster.bundle.js",
                "rmp.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "jquery.js",
            "background.js"
        ],
        "persistent": false
    }
}