UF LogMeIn by joshuac.com
Automatically login at UF pages.
Cos'è UF LogMeIn by joshuac.com?
UF LogMeIn by joshuac.com è un'estensione di Chrome sviluppata da https://joshuac.com, e la sua funzione principale è "Automatically login at UF pages.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione UF LogMeIn by joshuac.com
Scarica i file di estensione UF LogMeIn by joshuac.com in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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!
Informazioni di Base sull'Estensione
Nome | UF LogMeIn by joshuac.com |
ID | kfccgbdpeficpdmkknifjabahopjjmjj |
URL Ufficiale | https://chromewebstore.google.com/detail/uf-logmein-by-joshuaccom/kfccgbdpeficpdmkknifjabahopjjmjj |
Descrizione | Automatically login at UF pages. |
Dimensione del File | 38.04 KB |
Conteggio Installazioni | 867 |
Versione Corrente | 1.41 |
Ultimo Aggiornamento | 2013-05-11 |
Data di Pubblicazione | 2013-05-10 |
Valutazione | 4.57/5 Totale 7 Valutazioni |
Sviluppatore | https://joshuac.com |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://www.joshuac.com/ |
URL della Pagina di Aiuto | http://joshuac.com/projects/uf_logmein.html |
Lingue Supportate | 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" ] } ] } |