UF LogMeIn by joshuac.com

Automatically login at UF pages.

UF LogMeIn by joshuac.comとは何ですか?

UF LogMeIn by joshuac.comはhttps://joshuac.comによって開発されたChromeの拡張機能で、その主な機能は「Automatically login at UF pages.」です。

拡張機能のスクリーンショット

screenshot

UF LogMeIn by joshuac.com拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Tired of logging in multiple time for e-Learning, Sakai, ISIS, and WebMail? The UF LogMeInExtension automatically logs you in these pages, assuming you already saved your login information on Google Chrome.

The UF LogMeIn Extension was made by a UF undergrad and is not affiliated with UF.

How to use:
1. Use Google Chrome's autofill password feature for your GatorLink account.
2. Install this app.
3. Automagically log in!                    

拡張機能の基本情報

名前 UF LogMeIn by joshuac.com UF LogMeIn by joshuac.com
ID kfccgbdpeficpdmkknifjabahopjjmjj
公式URL https://chromewebstore.google.com/detail/uf-logmein-by-joshuaccom/kfccgbdpeficpdmkknifjabahopjjmjj
説明 Automatically login at UF pages.
ファイルサイズ 38.04 KB
インストール数 867
現在のバージョン 1.41
最終更新日 2013-05-11
公開日 2013-05-10
評価 4.57/5 合計 7 レビュー
開発者 https://joshuac.com
支払い方法 free
拡張機能のウェブサイト http://www.joshuac.com/
ヘルプページのURL http://joshuac.com/projects/uf_logmein.html
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "UF LogMeIn by joshuac.com",
    "version": "1.41",
    "manifest_version": 2,
    "description": "Automatically login at UF pages.",
    "browser_action": {
        "default_icon": "icon16.png",
        "default_title": "UF LogMeIn"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/login.ufl.edu\/idp\/*",
                "*:\/\/*.ufl.edu\/*",
                "*:\/\/lss.at.ufl.edu\/"
            ],
            "js": [
                "login.js"
            ]
        }
    ]
}