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…

Apa itu UCLA Automated Login?

UCLA Automated Login adalah ekstensi Chrome yang dikembangkan oleh Stanley Hsu, dan fitur utamanya adalah "Tired of entering your UCLA logon ID and username every single time? Install the UCLA Automated Login! By clicking the icon after…".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi UCLA Automated Login

Unduh file ekstensi UCLA Automated Login dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama UCLA Automated Login UCLA Automated Login
ID inelalkinoinjgbfjfmkfiagmfefpeic
URL Resmi https://chromewebstore.google.com/detail/ucla-automated-login/inelalkinoinjgbfjfmkfiagmfefpeic
Deskripsi Tired of entering your UCLA logon ID and username every single time? Install the UCLA Automated Login! By clicking the icon after…
Ukuran File 150 KB
Jumlah Instalasi 13
Versi Saat Ini 2.0.1
Terakhir Diperbarui 2015-11-10
Tanggal Publikasi 2015-11-10
Penilaian 5.00/5 Total 3 Penilaian
Pengembang Stanley Hsu
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}