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…

Vad är UCLA Automated Login?

UCLA Automated Login är en Chrome-tillägg utvecklad av Stanley Hsu, och dess huvudfunktion är "Tired of entering your UCLA logon ID and username every single time? Install the UCLA Automated Login! By clicking the icon after…".

Tilläggsskärmbilder

screenshot

Ladda ner UCLA Automated Login-förlängningens CRX-fil

Ladda ner UCLA Automated Login-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn UCLA Automated Login UCLA Automated Login
ID inelalkinoinjgbfjfmkfiagmfefpeic
Officiell webbadress https://chromewebstore.google.com/detail/ucla-automated-login/inelalkinoinjgbfjfmkfiagmfefpeic
Beskrivning Tired of entering your UCLA logon ID and username every single time? Install the UCLA Automated Login! By clicking the icon after…
Filstorlek 150 KB
Antal Installationer 13
Aktuell Version 2.0.1
Senast Uppdaterad 2015-11-10
Publiceringsdatum 2015-11-10
Betyg 5.00/5 Totalt 3 Betyg
Utvecklare Stanley Hsu
Betalningssätt free
Stödda Språk 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"
    }
}