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…

What is UF Auto-Login?

UF Auto-Login is a Chrome extension developed by UF Software Club, and its main feature is "This is an auto-login for the webpage "https://login.ufl.edu/idp/Authn/UserPassword", which is used to login for most University of…".

Extension Screenshots

screenshot

Download UF Auto-Login Extension CRX File

Download UF Auto-Login 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 is an auto-login for the webpage "https://login.ufl.edu/idp/Authn/UserPassword", which is used to login for most University of Florida pages.
If login fails simply stop the page from loading, with the "X" in the top left of the browser and reload the page.
This extension will only work if the users username and password are stored by google chrome.                    

Extension Basic Information

Name UF Auto-Login UF Auto-Login
ID ljbmdihnnlnhihbngfkpaidclpgkfmah
Official URL https://chromewebstore.google.com/detail/uf-auto-login/ljbmdihnnlnhihbngfkpaidclpgkfmah
Description This is an auto-login for the webpage "https://login.ufl.edu/idp/Authn/UserPassword", which is used to login for most University of…
File Size 3.19 KB
Installation Count 42
Current Version 4.2
Last Updated 2013-02-14
Publish Date 2013-02-14
Rating 5.00/5 Total 4 Ratings
Developer UF Software Club
Payment Type free
Supported Languages en-US
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:\/\/*\/*"
    ]
}