UF Auto-Login

UF Auto-Login

This is an auto-login for the webpage "https://login.ufl.edu/idp/Authn/UserPassword", which is used to login for most University of…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "UF Auto-Login",
  "manifest_version": 2,
  "version": "4.2",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "tabs",
    "http://*/*",
    "https://*/*"
  ]
}