RIT Auto Logon

AutoLogon for Most RIT Services

What is RIT Auto Logon?

RIT Auto Logon is a Chrome extension developed by Chris C, and its main feature is "AutoLogon for Most RIT Services".

Extension Screenshots

screenshot

Download RIT Auto Logon Extension CRX File

Download RIT Auto Logon extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This extension was designed for one purpose; to simplify life when trying to log in to RIT's web services.

You just need to add your username and password in the options menu, found under the extensions tab.

NOTE: Only install this on personal computers that are secure; its a security risk otherwise. That means no lab computers, or otherwise public computers.                    

Extension Basic Information

Name RIT Auto Logon RIT Auto Logon
ID mknegnldnhpnpilkcjelniigfigbejmj
Official URL https://chromewebstore.google.com/detail/rit-auto-logon/mknegnldnhpnpilkcjelniigfigbejmj
Description AutoLogon for Most RIT Services
File Size 262 KB
Installation Count 19
Current Version 0.2.3
Last Updated 2013-02-03
Publish Date 2013-02-03
Rating 5.00/5 Total 2 Ratings
Developer Chris C
Payment Type free
Extension Website http://chriscarini.com
Help Page URL http://chriscarini.com/RITAutoLogon
Supported Languages en-US
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"
}