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