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…
Vad är UF Auto-Login?
UF Auto-Login är en Chrome-tillägg utvecklad av UF Software Club, och dess huvudfunktion är "This is an auto-login for the webpage "https://login.ufl.edu/idp/Authn/UserPassword", which is used to login for most University of…".
Tilläggsskärmbilder
Ladda ner UF Auto-Login-förlängningens CRX-fil
Ladda ner UF Auto-Login-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | ljbmdihnnlnhihbngfkpaidclpgkfmah |
Officiell webbadress | https://chromewebstore.google.com/detail/uf-auto-login/ljbmdihnnlnhihbngfkpaidclpgkfmah |
Beskrivning | This is an auto-login for the webpage "https://login.ufl.edu/idp/Authn/UserPassword", which is used to login for most University of… |
Filstorlek | 3.19 KB |
Antal Installationer | 42 |
Aktuell Version | 4.2 |
Senast Uppdaterad | 2013-02-14 |
Publiceringsdatum | 2013-02-14 |
Betyg | 5.00/5 Totalt 4 Betyg |
Utvecklare | UF Software Club |
Betalningssätt | free |
Stödda Språk | 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:\/\/*\/*" ] } |