RIT Auto Logon
AutoLogon for Most RIT Services
Qu'est-ce que RIT Auto Logon ?
RIT Auto Logon est une extension Chrome développée par Chris C, et sa fonction principale est "AutoLogon for Most RIT Services".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension RIT Auto Logon
Téléchargez les fichiers d'extension RIT Auto Logon au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | RIT Auto Logon |
ID | mknegnldnhpnpilkcjelniigfigbejmj |
URL Officiel | https://chromewebstore.google.com/detail/rit-auto-logon/mknegnldnhpnpilkcjelniigfigbejmj |
Description | AutoLogon for Most RIT Services |
Taille du Fichier | 262 KB |
Nombre d'Installations | 19 |
Version Actuelle | 0.2.3 |
Dernière Mise à Jour | 2013-02-03 |
Date de Publication | 2013-02-03 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | Chris C |
Type de Paiement | free |
Site Web de l'Extension | http://chriscarini.com |
URL de la Page d'Aide | http://chriscarini.com/RITAutoLogon |
Langues Prises en Charge | 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" } |