GPA

GPA

this is the extension used to calculate the GPA score for the top points of the university fpt

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "GPA",
  "version": "1.0",
  "manifest_version": 2,
  "content_scripts": [
    {
      "matches": [
        "https://fap.fpt.edu.vn/Grade/StudentTranscript.aspx"
      ],
      "js": [
        "script.js"
      ]
    }
  ]
}