UF LogMeIn by joshuac.com
Automatically login at UF pages.
Vad är UF LogMeIn by joshuac.com?
UF LogMeIn by joshuac.com är en Chrome-tillägg utvecklad av https://joshuac.com, och dess huvudfunktion är "Automatically login at UF pages.".
Tilläggsskärmbilder
Ladda ner UF LogMeIn by joshuac.com-förlängningens CRX-fil
Ladda ner UF LogMeIn by joshuac.com-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
                        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!                     Grundläggande Information om Tillägg
| Namn |   |  
| ID | kfccgbdpeficpdmkknifjabahopjjmjj | 
| Officiell webbadress | https://chromewebstore.google.com/detail/uf-logmein-by-joshuaccom/kfccgbdpeficpdmkknifjabahopjjmjj | 
| Beskrivning | Automatically login at UF pages. | 
| Filstorlek | 38.04 KB | 
| Antal Installationer | 867 | 
| Aktuell Version | 1.41 | 
| Senast Uppdaterad | 2013-05-11 | 
| Publiceringsdatum | 2013-05-10 | 
| Betyg | 4.57/5 Totalt 7 Betyg | 
| Utvecklare | https://joshuac.com | 
| Betalningssätt | free | 
| Tilläggswebbplats | http://www.joshuac.com/ | 
| Hjälpsida URL | http://joshuac.com/projects/uf_logmein.html | 
| Stödda Språk | 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"
            ]
        }
    ]
}  |  |