UF LogMeIn by joshuac.com
Automatically login at UF pages.
What is UF LogMeIn by joshuac.com?
UF LogMeIn by joshuac.com is a Chrome extension developed by https://joshuac.com, and its main feature is "Automatically login at UF pages.".
Extension Screenshots
Download UF LogMeIn by joshuac.com Extension CRX File
Download UF LogMeIn by joshuac.com 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
Tired of logging in multiple time for e-Learning, Sakai, ISIS, and WebMail? The UF LogMeInExtension automatically logs you in these pages, assuming you already saved your login information on Google Chrome. The UF LogMeIn Extension was made by a UF undergrad and is not affiliated with UF. How to use: 1. Use Google Chrome's autofill password feature for your GatorLink account. 2. Install this app. 3. Automagically log in!
Extension Basic Information
Name | UF LogMeIn by joshuac.com |
ID | kfccgbdpeficpdmkknifjabahopjjmjj |
Official URL | https://chromewebstore.google.com/detail/uf-logmein-by-joshuaccom/kfccgbdpeficpdmkknifjabahopjjmjj |
Description | Automatically login at UF pages. |
File Size | 38.04 KB |
Installation Count | 867 |
Current Version | 1.41 |
Last Updated | 2013-05-11 |
Publish Date | 2013-05-10 |
Rating | 4.57/5 Total 7 Ratings |
Developer | https://joshuac.com |
Payment Type | free |
Extension Website | http://www.joshuac.com/ |
Help Page URL | http://joshuac.com/projects/uf_logmein.html |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "UF LogMeIn by joshuac.com", "version": "1.41", "manifest_version": 2, "description": "Automatically login at UF pages.", "browser_action": { "default_icon": "icon16.png", "default_title": "UF LogMeIn" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/login.ufl.edu\/idp\/*", "*:\/\/*.ufl.edu\/*", "*:\/\/lss.at.ufl.edu\/" ], "js": [ "login.js" ] } ] } |