RIT Auto Logon
AutoLogon for Most RIT Services
RIT Auto Logon क्या है?
RIT Auto Logon Chris C द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "AutoLogon for Most RIT Services"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में RIT Auto Logon एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | RIT Auto Logon |
ID | mknegnldnhpnpilkcjelniigfigbejmj |
आधिकारिक URL | https://chromewebstore.google.com/detail/rit-auto-logon/mknegnldnhpnpilkcjelniigfigbejmj |
विवरण | AutoLogon for Most RIT Services |
फ़ाइल का आकार | 262 KB |
स्थापना संख्या | 19 |
वर्तमान संस्करण | 0.2.3 |
अंतिम अपडेट | 2013-02-03 |
प्रकाशन तिथि | 2013-02-03 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | Chris C |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://chriscarini.com |
सहायता पृष्ठ URL | http://chriscarini.com/RITAutoLogon |
समर्थित भाषाएँ | 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" } |