RIT Auto Logon

AutoLogon for Most RIT Services

RIT Auto Logonคืออะไร?

RIT Auto Logon เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Chris C และคุณลักษณะหลักของมันคือ "AutoLogon for Most RIT Services"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย RIT Auto Logon

ดาวน์โหลดไฟล์ส่วนขยาย 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"
}