UF LogMeIn by joshuac.com

Automatically login at UF pages.

Wat is UF LogMeIn by joshuac.com?

UF LogMeIn by joshuac.com is een Chrome-extensie ontwikkeld door https://joshuac.com, en de belangrijkste functie is "Automatically login at UF pages.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie UF LogMeIn by joshuac.com

Download UF LogMeIn by joshuac.com-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam UF LogMeIn by joshuac.com UF LogMeIn by joshuac.com
ID kfccgbdpeficpdmkknifjabahopjjmjj
Officiële URL https://chromewebstore.google.com/detail/uf-logmein-by-joshuaccom/kfccgbdpeficpdmkknifjabahopjjmjj
Beschrijving Automatically login at UF pages.
Bestandsgrootte 38.04 KB
Aantal Installaties 867
Huidige Versie 1.41
Laatst Bijgewerkt 2013-05-11
Publicatiedatum 2013-05-10
Beoordeling 4.57/5 Totaal 7 Beoordelingen
Ontwikkelaar https://joshuac.com
Betalingswijze free
Extensiewebsite http://www.joshuac.com/
Help Pagina-URL http://joshuac.com/projects/uf_logmein.html
Ondersteunde Talen 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"
            ]
        }
    ]
}