UF LogMeIn by joshuac.com

Automatically login at UF pages.

Qu'est-ce que UF LogMeIn by joshuac.com ?

UF LogMeIn by joshuac.com est une extension Chrome développée par https://joshuac.com, et sa fonction principale est "Automatically login at UF pages.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension UF LogMeIn by joshuac.com

Téléchargez les fichiers d'extension UF LogMeIn by joshuac.com au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom UF LogMeIn by joshuac.com UF LogMeIn by joshuac.com
ID kfccgbdpeficpdmkknifjabahopjjmjj
URL Officiel https://chromewebstore.google.com/detail/uf-logmein-by-joshuaccom/kfccgbdpeficpdmkknifjabahopjjmjj
Description Automatically login at UF pages.
Taille du Fichier 38.04 KB
Nombre d'Installations 867
Version Actuelle 1.41
Dernière Mise à Jour 2013-05-11
Date de Publication 2013-05-10
Évaluation 4.57/5 Total 7 Évaluations
Développeur https://joshuac.com
Type de Paiement free
Site Web de l'Extension http://www.joshuac.com/
URL de la Page d'Aide http://joshuac.com/projects/uf_logmein.html
Langues Prises en Charge 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"
            ]
        }
    ]
}