KVS Helper

KVS Helper

Automates UBI verification Process, Update Class/Category wise Enrolment (on website) in one click

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "KVS Helper",
  "description": "Automates UBI verification Process, Update Class/Category wise Enrolment (on website) in one click",
  "version": "2.0",
  "browser_action": {
    "default_icon": {
      "48": "icon48.png",
      "128": "icon128.png"
    },
    "default_popup": "popup.html"
  },
  "permissions": [
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://epay.unionbankofindia.co.in/*",
        "https://*.kvs.ac.in/*"
      ],
      "js": [
        "UBI.js"
      ],
      "run_at": "document_end"
    }
  ]
}