UF Auto-Login
This is an auto-login for the webpage "https://login.ufl.edu/idp/Authn/UserPassword", which is used to login for most University of…
UF Auto-Login là gì?
UF Auto-Login là một tiện ích mở rộng Chrome được phát triển bởi UF Software Club, và tính năng chính của nó là "This is an auto-login for the webpage "https://login.ufl.edu/idp/Authn/UserPassword", which is used to login for most University of…".
Ả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 UF Auto-Login
Tải xuống các tệp mở rộng UF Auto-Login 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
This is an auto-login for the webpage "https://login.ufl.edu/idp/Authn/UserPassword", which is used to login for most University of Florida pages. If login fails simply stop the page from loading, with the "X" in the top left of the browser and reload the page. This extension will only work if the users username and password are stored by google chrome.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | ljbmdihnnlnhihbngfkpaidclpgkfmah |
URL Chính Thức | https://chromewebstore.google.com/detail/uf-auto-login/ljbmdihnnlnhihbngfkpaidclpgkfmah |
Mô tả | This is an auto-login for the webpage "https://login.ufl.edu/idp/Authn/UserPassword", which is used to login for most University of… |
Kích Thước Tệp | 3.19 KB |
Số Lần Cài Đặt | 42 |
Phiên Bản Hiện Tại | 4.2 |
Cập Nhật Lần Cuối | 2013-02-14 |
Ngày Phát Hành | 2013-02-14 |
Đánh Giá | 5.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | UF Software Club |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "UF Auto-Login", "manifest_version": 2, "version": "4.2", "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ] } |