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…

ما هو UCLA Automated Login؟

UCLA Automated Login هو إضافة Chrome تم تطويرها بواسطة Stanley Hsu، والميزة الرئيسية لها هي "Tired of entering your UCLA logon ID and username every single time? Install the UCLA Automated Login! By clicking the icon after…".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة UCLA Automated Login

قم بتنزيل ملفات الامتداد UCLA Automated Login بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم UCLA Automated Login UCLA Automated Login
ID inelalkinoinjgbfjfmkfiagmfefpeic
عنوان URL الرسمي https://chromewebstore.google.com/detail/ucla-automated-login/inelalkinoinjgbfjfmkfiagmfefpeic
الوصف Tired of entering your UCLA logon ID and username every single time? Install the UCLA Automated Login! By clicking the icon after…
حجم الملف 150 KB
عدد التثبيتات 13
النسخة الحالية 2.0.1
آخر تحديث 2015-11-10
تاريخ النشر 2015-11-10
تقييم 5.00/5 مجموع تقييمات 3
المطور Stanley Hsu
نوع الدفع free
اللغات المدعومة 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"
    }
}