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…

Qu'est-ce que UF Auto-Login ?

UF Auto-Login est une extension Chrome développée par UF Software Club, et sa fonction principale est "This is an auto-login for the webpage "https://login.ufl.edu/idp/Authn/UserPassword", which is used to login for most University of…".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension UF Auto-Login

Téléchargez les fichiers d'extension UF Auto-Login 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

                        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.                    

Informations de Base sur l'Extension

Nom UF Auto-Login UF Auto-Login
ID ljbmdihnnlnhihbngfkpaidclpgkfmah
URL Officiel 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…
Taille du Fichier 3.19 KB
Nombre d'Installations 42
Version Actuelle 4.2
Dernière Mise à Jour 2013-02-14
Date de Publication 2013-02-14
Évaluation 5.00/5 Total 4 Évaluations
Développeur UF Software Club
Type de Paiement free
Langues Prises en Charge 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:\/\/*\/*"
    ]
}