Evaluation Automation Firefox

Examine source code of Evaluation Automation

Inspect and view changes in Evaluation Automation source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "author": "Muhammad Zaid",
  "name": "Evaluation Automation (Teacher + Course)",
  "description": "Automate the boring evaluation process for teachers and courses, save your precious time and effort with this extension",
  "version": "1.0",
  "permissions": [
    "storage",
    "scripting",
    "tabs"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon-16.png",
      "48": "icons/icon-48.png",
      "128": "icons/icon-128.png"
    },
    "default_title": "Evaluation Automation (Teacher + Course)"
  },
  "icons": {
    "16": "icons/icon-16.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "evalautomation@zaidkx7.github.io",
      "strict_min_version": "91.0"
    }
  }
}

Best Evaluation Automation Alternatives

Here are some Firefox add-ons that are similar to Evaluation Automation: