UCLA Automated Login

Tired of entering your UCLA logon ID and username every single time? Install the UCLA Automated Login! By clicking the icon after…

Co to jest UCLA Automated Login?

UCLA Automated Login to rozszerzenie Chrome opracowane przez Stanley Hsu, a jego główną funkcją jest „Tired of entering your UCLA logon ID and username every single time? Install the UCLA Automated Login! By clicking the icon after…”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia UCLA Automated Login

Pobierz pliki rozszerzeń UCLA Automated 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

                        Tired of entering your UCLA logon ID and username every single time?
Install the UCLA Automated Login!

By clicking the icon after installing and entering the logon info, you will never have to manually enter them again.

This extension allows you to automatically log in to all the newly updated UCLA authentication pages.                    

Podstawowe informacje o rozszerzeniu

Nazwa UCLA Automated Login UCLA Automated Login
ID inelalkinoinjgbfjfmkfiagmfefpeic
Oficjalny URL https://chromewebstore.google.com/detail/ucla-automated-login/inelalkinoinjgbfjfmkfiagmfefpeic
Opis Tired of entering your UCLA logon ID and username every single time? Install the UCLA Automated Login! By clicking the icon after…
Rozmiar pliku 150 KB
Liczba instalacji 13
Aktualna Wersja 2.0.1
Ostatnia Aktualizacja 2015-11-10
Data Publikacji 2015-11-10
Ocena 5.00/5 Łącznie 3 Oceny
Deweloper Stanley Hsu
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "UCLA Automated Login",
    "version": "2.0.1",
    "manifest_version": 2,
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/ucla128.png"
    },
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "tabs",
        "https:\/\/*\/*"
    ],
    "options_page": "optionPage.html",
    "browser_action": {
        "default_icon": "images\/icon16.png",
        "default_title": "UCLA Automated Login",
        "default_popup": "options.html"
    }
}