SchoolLoop Autologin
Automatically log into SchoolLoop.
SchoolLoop Autologin là gì?
SchoolLoop Autologin là một tiện ích mở rộng Chrome được phát triển bởi fernozzle, và tính năng chính của nó là "Automatically log into SchoolLoop.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng SchoolLoop Autologin
Tải xuống các tệp mở rộng SchoolLoop Autologin dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | SchoolLoop Autologin |
ID | ilpecdcbcfkbdleningodlmkcihaogng |
URL Chính Thức | https://chromewebstore.google.com/detail/schoolloop-autologin/ilpecdcbcfkbdleningodlmkcihaogng |
Mô tả | Automatically log into SchoolLoop. |
Kích Thước Tệp | 9.72 KB |
Số Lần Cài Đặt | 40 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2013-05-07 |
Ngày Phát Hành | 2013-05-06 |
Đánh Giá | 2.82/5 Tổng số 11 Đánh Giá |
Nhà Phát Triển | fernozzle |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |