RIT Auto Logon

AutoLogon for Most RIT Services

什么是RIT Auto Logon?

RIT Auto Logon是由Chris C开发的Chrome扩展程序,该扩展的主要功能是“AutoLogon for Most RIT Services”。

扩展截图

screenshot

下载RIT Auto Logon扩展crx文件

下载RIT Auto Logon扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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 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"
}