IMS Portal AutoFill

IMS Portal AutoFill

AutoFill the survey

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "IMS Portal AutoFill",
  "version": "1.0.1",
  "description": "AutoFill the survey",
  "manifest_version": 3,
  "author": "F4 & ABW",
  "icons": {
    "16": "logi.png",
    "48": "logi.png",
    "128": "logi.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://etc.imsciences.edu.pk/Student/SubjectEvaluation"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "action": {
    "default_title": "IMS Portal AutoFill",
    "default_popup": "index.html"
  }
}