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…

Co to jest UF Auto-Login?

UF Auto-Login to rozszerzenie Chrome opracowane przez UF Software Club, a jego główną funkcją jest „This is an auto-login for the webpage "https://login.ufl.edu/idp/Authn/UserPassword", which is used to login for most University of…”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia UF Auto-Login

Pobierz pliki rozszerzeń UF Auto-Login w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa UF Auto-Login UF Auto-Login
ID ljbmdihnnlnhihbngfkpaidclpgkfmah
Oficjalny URL https://chromewebstore.google.com/detail/uf-auto-login/ljbmdihnnlnhihbngfkpaidclpgkfmah
Opis This is an auto-login for the webpage "https://login.ufl.edu/idp/Authn/UserPassword", which is used to login for most University of…
Rozmiar pliku 3.19 KB
Liczba instalacji 42
Aktualna Wersja 4.2
Ostatnia Aktualizacja 2013-02-14
Data Publikacji 2013-02-14
Ocena 5.00/5 Łącznie 4 Oceny
Deweloper UF Software Club
Typ Płatności free
Obsługiwane Języki 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:\/\/*\/*"
    ]
}