SchoolLoop Autologin
Automatically log into SchoolLoop.
SchoolLoop Autologinคืออะไร?
SchoolLoop Autologin เป็นส่วนขยายของ Chrome ที่พัฒนาโดย fernozzle และคุณลักษณะหลักของมันคือ "Automatically log into SchoolLoop."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SchoolLoop Autologin
ดาวน์โหลดไฟล์ส่วนขยาย SchoolLoop Autologin ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
SchoolLoop logs out after a short period of inactivity, and while the login form has recently begun to support autofill, this is still a nuisance. SchoolLoop Autologin records your login credentials so that the next time you are logged out, SchoolLoop Autologin will log you back in, and you won't need to. If you log out, SchoolLoop Autologin respects that. It'll be your choice what credentials to log in with next. The credentials stored are not encrypted, and SchoolLoop Autologin only makes it easier for anyone with access to your computer to log in to your SchoolLoop account, so if you're concerned about security at all, don't use this.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | ilpecdcbcfkbdleningodlmkcihaogng |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/schoolloop-autologin/ilpecdcbcfkbdleningodlmkcihaogng |
คำอธิบาย | Automatically log into SchoolLoop. |
ขนาดไฟล์ | 9.72 KB |
จำนวนการติดตั้ง | 40 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2013-05-07 |
วันที่เผยแพร่ | 2013-05-06 |
คะแนน | 2.82/5 รวมทั้งหมด 11 คะแนน |
ผู้พัฒนา | fernozzle |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SchoolLoop Autologin", "version": "1.1", "manifest_version": 2, "description": "Automatically log into SchoolLoop.", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "js": [ "script.js" ], "matches": [ "http:\/\/*.schoolloop.com\/*" ], "run_at": "document_end" } ], "permissions": [ "http:\/\/*.schoolloop.com\/*", "storage" ] } |