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