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
官方網址 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
}