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…
Co je UF Auto-Login?
UF Auto-Login je rozšíření Chrome vyvinuté UF Software Club, a jeho hlavní funkcí je „This is an auto-login for the webpage "https://login.ufl.edu/idp/Authn/UserPassword", which is used to login for most University of…“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření UF Auto-Login
Stáhněte si soubory rozšíření UF Auto-Login ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | |
ID | ljbmdihnnlnhihbngfkpaidclpgkfmah |
Oficiální URL | https://chromewebstore.google.com/detail/uf-auto-login/ljbmdihnnlnhihbngfkpaidclpgkfmah |
Popis | This is an auto-login for the webpage "https://login.ufl.edu/idp/Authn/UserPassword", which is used to login for most University of… |
Velikost souboru | 3.19 KB |
Počet instalací | 42 |
Aktuální Verze | 4.2 |
Poslední Aktualizace | 2013-02-14 |
Datum Vydání | 2013-02-14 |
Hodnocení | 5.00/5 Celkem 4 Hodnocení |
Vývojář | UF Software Club |
Typ Platby | free |
Podporované Jazyky | 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:\/\/*\/*" ] } |