What-If GradeSpeed

What-If GradeSpeed

Allows for hypothetical calculation of grades for assignments in HISD's gradespeed portal.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "What-If GradeSpeed",
  "manifest_version": 2,
  "version": "1.3",
  "description": "Allows for hypothetical calculation of grades for assignments in HISD's gradespeed portal.",
  "icons": {
    "128": "icon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://parent.gradebook.houstonisd.org/pc/ParentStudentGrades.aspx*",
        "*://publicapps.houstonisd.org/ParentStudentConnect/GradeSpeed.aspx"
      ],
      "js": [
        "jquery.js",
        "whatif.js"
      ]
    }
  ]
}