RIT Auto Logon
AutoLogon for Most RIT Services
RIT Auto Logon là gì?
RIT Auto Logon là một tiện ích mở rộng Chrome được phát triển bởi Chris C, và tính năng chính của nó là "AutoLogon for Most RIT Services".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng RIT Auto Logon
Tải xuống các tệp mở rộng RIT Auto Logon dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | RIT Auto Logon |
ID | mknegnldnhpnpilkcjelniigfigbejmj |
URL Chính Thức | https://chromewebstore.google.com/detail/rit-auto-logon/mknegnldnhpnpilkcjelniigfigbejmj |
Mô tả | AutoLogon for Most RIT Services |
Kích Thước Tệp | 262 KB |
Số Lần Cài Đặt | 19 |
Phiên Bản Hiện Tại | 0.2.3 |
Cập Nhật Lần Cuối | 2013-02-03 |
Ngày Phát Hành | 2013-02-03 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | Chris C |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://chriscarini.com |
URL Trang Trợ Giúp | http://chriscarini.com/RITAutoLogon |
Ngôn Ngữ Được Hỗ Trợ | 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" } |