UF LogMeIn by joshuac.com
Automatically login at UF pages.
UF LogMeIn by joshuac.comคืออะไร?
UF LogMeIn by joshuac.com เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://joshuac.com และคุณลักษณะหลักของมันคือ "Automatically login at UF pages."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย UF LogMeIn by joshuac.com
ดาวน์โหลดไฟล์ส่วนขยาย UF LogMeIn by joshuac.com ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Tired of logging in multiple time for e-Learning, Sakai, ISIS, and WebMail? The UF LogMeInExtension automatically logs you in these pages, assuming you already saved your login information on Google Chrome. The UF LogMeIn Extension was made by a UF undergrad and is not affiliated with UF. How to use: 1. Use Google Chrome's autofill password feature for your GatorLink account. 2. Install this app. 3. Automagically log in!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | UF LogMeIn by joshuac.com |
ID | kfccgbdpeficpdmkknifjabahopjjmjj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/uf-logmein-by-joshuaccom/kfccgbdpeficpdmkknifjabahopjjmjj |
คำอธิบาย | Automatically login at UF pages. |
ขนาดไฟล์ | 38.04 KB |
จำนวนการติดตั้ง | 867 |
เวอร์ชันปัจจุบัน | 1.41 |
อัปเดตครั้งล่าสุด | 2013-05-11 |
วันที่เผยแพร่ | 2013-05-10 |
คะแนน | 4.57/5 รวมทั้งหมด 7 คะแนน |
ผู้พัฒนา | https://joshuac.com |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://www.joshuac.com/ |
URL หน้าช่วยเหลือ | http://joshuac.com/projects/uf_logmein.html |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "UF LogMeIn by joshuac.com", "version": "1.41", "manifest_version": 2, "description": "Automatically login at UF pages.", "browser_action": { "default_icon": "icon16.png", "default_title": "UF LogMeIn" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/login.ufl.edu\/idp\/*", "*:\/\/*.ufl.edu\/*", "*:\/\/lss.at.ufl.edu\/" ], "js": [ "login.js" ] } ] } |