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
官方網址 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"
}