Student Absence Tracker Firefox

Examine source code of Student Absence Tracker

By: Peter
Inspect and view changes in Student Absence Tracker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Student Absence Tracker - Sapphire LMS",
  "version": "1.0.3",
  "description": "Shows absence icons next to student names in Sapphire LMS attendance pages",
  "permissions": [],
  "background": {
    "service_worker": "background.js",
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://wellsboro-grades.k12system.com/*"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "content.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "absence-tracker@wordtotheboro.org",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Student Absence Tracker Alternatives

Here are some Firefox add-ons that are similar to Student Absence Tracker: