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…

Was ist UCLA Automated Login?

UCLA Automated Login ist eine Chrome-Erweiterung, die von Stanley Hsu entwickelt wurde, und ihr Hauptmerkmal ist "Tired of entering your UCLA logon ID and username every single time? Install the UCLA Automated Login! By clicking the icon after…".

Erweiterungsscreenshots

screenshot

UCLA Automated Login-Erweiterungs-CRX-Datei herunterladen

Laden Sie UCLA Automated Login-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name UCLA Automated Login UCLA Automated Login
ID inelalkinoinjgbfjfmkfiagmfefpeic
Offizielle URL https://chromewebstore.google.com/detail/ucla-automated-login/inelalkinoinjgbfjfmkfiagmfefpeic
Beschreibung Tired of entering your UCLA logon ID and username every single time? Install the UCLA Automated Login! By clicking the icon after…
Dateigröße 150 KB
Installationsanzahl 13
Aktuelle Version 2.0.1
Letztes Update 2015-11-10
Veröffentlichungsdatum 2015-11-10
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler Stanley Hsu
Zahlungsart free
Unterstützte Sprachen 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"
    }
}