UF Auto-Login

This is an auto-login for the webpage "https://login.ufl.edu/idp/Authn/UserPassword", which is used to login for most University of…

什麼是UF Auto-Login?

UF Auto-Login是由UF Software Club開發的Chrome擴展程式,該擴展的主要功能是“This is an auto-login for the webpage "https://login.ufl.edu/idp/Authn/UserPassword", which is used to login for most University of…”。

擴展截圖

screenshot

下載UF Auto-Login擴展crx文件

下載UF Auto-Login擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        This is an auto-login for the webpage "https://login.ufl.edu/idp/Authn/UserPassword", which is used to login for most University of Florida pages.
If login fails simply stop the page from loading, with the "X" in the top left of the browser and reload the page.
This extension will only work if the users username and password are stored by google chrome.                    

擴展基本資訊

名稱 UF Auto-Login UF Auto-Login
ID ljbmdihnnlnhihbngfkpaidclpgkfmah
官方網址 https://chromewebstore.google.com/detail/uf-auto-login/ljbmdihnnlnhihbngfkpaidclpgkfmah
簡介 This is an auto-login for the webpage "https://login.ufl.edu/idp/Authn/UserPassword", which is used to login for most University of…
檔案大小 3.19 KB
安裝次數 42
目前版本 4.2
更新時間 2013-02-14
上架時間 2013-02-14
評分 5.00/5 共 4 次評分
開發者 UF Software Club
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "UF Auto-Login",
    "manifest_version": 2,
    "version": "4.2",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}