RIT Auto Logon

RIT Auto Logon

AutoLogon for Most RIT Services

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "RIT Auto Logon",
  "manifest_version": 2,
  "version": "0.2.3",
  "description": "AutoLogon for Most RIT Services",
  "content_scripts": [
    {
      "matches": [
        "https://mycourses.rit.edu/index.asp",
        "https://my.rit.edu/uPortal/render.userLayoutRootNode.uP",
        "https://eservices.rit.edu/eServices/welcome.do",
        "https://careerservicesapps.rit.edu/coopCas/login?service=http://www.rit.edu/emcs/oce/DrupalScripts/jobzone",
        "https://informatics.rit.edu/msdnaa/onthehublogin-info.php?action=signin",
        "https://rlesvlab.rit.edu/LabManager/Login.aspx"
      ],
      "js": [
        "RIT Auto Logon.js"
      ]
    }
  ],
  "icons": {
    "48": "icon128.png",
    "128": "icon128.png"
  },
  "background_page": "background.html",
  "options_page": "options.html"
}