UNCC Rate My Professor

Find the ratings of professors from Rate My Professors while on the UNCC registration page

什么是UNCC Rate My Professor?

UNCC Rate My Professor是由hueybud开发的Chrome扩展程序,该扩展的主要功能是“Find the ratings of professors from Rate My Professors while on the UNCC registration page”。

扩展截图

screenshot
screenshot
screenshot

下载UNCC Rate My Professor扩展crx文件

下载UNCC Rate My Professor扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Allows students to easily see what the ratings are for their professors while navigating the registration webpage. Includes a sort feature that rearranges the webpage to show professors ranked from highest to lowest. Hovering over a rating will show a snapshot of their information, and clicking the rating will take you to their Rate My Professor webpage.                    

扩展基本信息

名称 UNCC Rate My Professor UNCC Rate My Professor
ID hebfjbcnllhbfmnbpillidmlnajmloec
官方URL https://chrome.google.com/webstore/detail/hebfjbcnllhbfmnbpillidmlnajmloec
简介 Find the ratings of professors from Rate My Professors while on the UNCC registration page
文件大小 156 KB
安装次数 231
当前版本 1.1
更新时间 2021-03-24
上架时间 2021-03-22
开发者 hueybud
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "UNCC Rate My Professor",
    "version": "1.1",
    "description": "Find the ratings of professors from Rate My Professors while on the UNCC registration page",
    "icons": {
        "16": "Images\/uncc_icon_16.png",
        "48": "Images\/uncc_icon_48.png",
        "128": "Images\/uncc_icon_128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "css": [
                "tooltipster\/dist\/css\/tooltipster.main.min.css",
                "tooltip.css",
                "styles.css"
            ],
            "js": [
                "jquery-3.3.1.min.js",
                "tooltipster\/dist\/js\/tooltipster.bundle.min.js",
                "background.js",
                "contentscript.js"
            ],
            "matches": [
                "https:\/\/selfservice.uncc.edu\/pls\/BANPROD\/bwskfcls.P_GetCrse_Advanced",
                "https:\/\/selfservice.uncc.edu\/pls\/BANPROD\/bwskfcls.P_GetCrse",
                "https:\/\/selfservice.uncc.edu\/pls\/BANPROD\/bwckgens.P_RegsGetCrse"
            ]
        }
    ],
    "permissions": [
        "storage",
        "https:\/\/search-production.ratemyprofessors.com\/*"
    ],
    "manifest_version": 2
}