CU Course Evaluator Firefox

Examine source code of CU Course Evaluator

Inspect and view changes in CU Course Evaluator source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "CU Course Evaluator",
  "version": "1.2.0",
  "description": "Automatically fill out course evaluation forms on Moodle",
  "permissions": [
    "activeTab"
  ],
  "browser_action": {
    "default_icon": {
      "48": "./assets/icon.png"
    },
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://moodle.cu.edu.ng/mod/feedback/*"
      ],
      "js": [
        "./content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{c29ecc41-3bda-4f57-b2bf-5b1b5ec883e3}"
    }
  }
}

Best CU Course Evaluator Alternatives

Here are some Firefox add-ons that are similar to CU Course Evaluator: