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은(는) Stanley Hsu에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Tired of entering your UCLA logon ID and username every single time? Install the UCLA Automated Login! By clicking the icon after…"입니다.

확장 프로그램 스크린샷

screenshot

UCLA Automated Login 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    }
}