RIT Auto Logon
AutoLogon for Most RIT Services
ما هو RIT Auto Logon؟
RIT Auto Logon هو إضافة Chrome تم تطويرها بواسطة Chris C، والميزة الرئيسية لها هي "AutoLogon for Most RIT Services".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة RIT Auto Logon
قم بتنزيل ملفات الامتداد RIT Auto Logon بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
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 |
عنوان صفحة المساعدة | 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" } |