RIT Auto Logon
AutoLogon for Most RIT Services
RIT Auto Logon란 무엇입니까?
RIT Auto Logon은(는) Chris C에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "AutoLogon for Most RIT Services"입니다.
확장 프로그램 스크린샷
RIT Auto Logon 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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" } |