IU - Student Fee Percentage

IU - Student Fee Percentage

How much fee the student has paid in percentage and also tells how much minimum fee is required to sit in Mid-Term Examination

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "IU - Student Fee Percentage",
  "description": "How much fee the student has paid in percentage and also tells how much minimum fee is required to sit in Mid-Term Examination",
  "version": "6.0",
  "icons": {
    "128": "logo.png"
  },
  "content_scripts": [
    {
      "matches": [
        "http://172.16.0.6:81/ords/*",
        "http://faculty.induscms.com:81/ords/*",
        "http://local.induscms.com:81/ords/*"
      ],
      "js": [
        "script.js"
      ],
      "world": "MAIN"
    }
  ]
}