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?
UF Auto-Login - это расширение Chrome, разработанное UF Software Club, и его основная функция - "This is an auto-login for the webpage "https://login.ufl.edu/idp/Authn/UserPassword", which is used to login for most University of…".
Снимки экрана расширения
Скачать файл CRX расширения UF Auto-Login
Скачайте файлы расширений UF Auto-Login в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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.
Основная информация о расширении
Название | UF Auto-Login |
ID | ljbmdihnnlnhihbngfkpaidclpgkfmah |
Официальный URL | https://chromewebstore.google.com/detail/uf-auto-login/ljbmdihnnlnhihbngfkpaidclpgkfmah |
Описание | This is an auto-login for the webpage "https://login.ufl.edu/idp/Authn/UserPassword", which is used to login for most University of… |
Размер файла | 3.19 KB |
Количество установок | 42 |
Текущая Версия | 4.2 |
Последнее Обновление | 2013-02-14 |
Дата публикации | 2013-02-14 |
Рейтинг | 5.00/5 Всего 4 оценок |
Разработчик | UF Software Club |
Тип оплаты | free |
Поддерживаемые языки | 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:\/\/*\/*" ] } |