UNCC Rate My Professor

UNCC Rate My Professor

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

Merlin
Additional files are visible only to premium users

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
}