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ファイルをダウンロード

UCLA Automated Login拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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"
    }
}