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…
Wat is UF Auto-Login?
UF Auto-Login is een Chrome-extensie ontwikkeld door UF Software Club, en de belangrijkste functie 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…".
Extensie Screenshots
Download het CRX-bestand van de extensie UF Auto-Login
Download UF Auto-Login-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
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.
Basisinformatie over de Extensie
Naam | |
ID | ljbmdihnnlnhihbngfkpaidclpgkfmah |
Officiële URL | https://chromewebstore.google.com/detail/uf-auto-login/ljbmdihnnlnhihbngfkpaidclpgkfmah |
Beschrijving | This is an auto-login for the webpage "https://login.ufl.edu/idp/Authn/UserPassword", which is used to login for most University of… |
Bestandsgrootte | 3.19 KB |
Aantal Installaties | 42 |
Huidige Versie | 4.2 |
Laatst Bijgewerkt | 2013-02-14 |
Publicatiedatum | 2013-02-14 |
Beoordeling | 5.00/5 Totaal 4 Beoordelingen |
Ontwikkelaar | UF Software Club |
Betalingswijze | free |
Ondersteunde Talen | 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:\/\/*\/*" ] } |