RIT Auto Logon
AutoLogon for Most RIT Services
Cos'è RIT Auto Logon?
RIT Auto Logon è un'estensione di Chrome sviluppata da Chris C, e la sua funzione principale è "AutoLogon for Most RIT Services".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione RIT Auto Logon
Scarica i file di estensione RIT Auto Logon 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
                        This extension was designed for one purpose; to simplify life when trying to log in to RIT's web services.
You just need to add your username and password in the options menu, found under the extensions tab.
NOTE: Only install this on personal computers that are secure; its a security risk otherwise. That means no lab computers, or otherwise public computers.                     Informazioni di Base sull'Estensione
| Nome |   |  
| ID | mknegnldnhpnpilkcjelniigfigbejmj | 
| URL Ufficiale | https://chromewebstore.google.com/detail/rit-auto-logon/mknegnldnhpnpilkcjelniigfigbejmj | 
| Descrizione | AutoLogon for Most RIT Services | 
| Dimensione del File | 262 KB | 
| Conteggio Installazioni | 19 | 
| Versione Corrente | 0.2.3 | 
| Ultimo Aggiornamento | 2013-02-03 | 
| Data di Pubblicazione | 2013-02-03 | 
| Valutazione | 5.00/5 Totale 2 Valutazioni | 
| Sviluppatore | Chris C | 
| Tipo di Pagamento | free | 
| Sito Web dell'Estensione | http://chriscarini.com | 
| URL della Pagina di Aiuto | http://chriscarini.com/RITAutoLogon | 
| Lingue Supportate | en-US | 
| manifest.json | |
 {
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "RIT Auto Logon",
    "manifest_version": 2,
    "version": "0.2.3",
    "description": "AutoLogon for Most RIT Services",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mycourses.rit.edu\/index.asp",
                "https:\/\/my.rit.edu\/uPortal\/render.userLayoutRootNode.uP",
                "https:\/\/eservices.rit.edu\/eServices\/welcome.do",
                "https:\/\/careerservicesapps.rit.edu\/coopCas\/login?service=http:\/\/www.rit.edu\/emcs\/oce\/DrupalScripts\/jobzone",
                "https:\/\/informatics.rit.edu\/msdnaa\/onthehublogin-info.php?action=signin",
                "https:\/\/rlesvlab.rit.edu\/LabManager\/Login.aspx"
            ],
            "js": [
                "RIT Auto Logon.js"
            ]
        }
    ],
    "icons": {
        "48": "icon128.png",
        "128": "icon128.png"
    },
    "background_page": "background.html",
    "options_page": "options.html"
}  |  |