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.”。
擴展截圖
下載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 |
ID | kfccgbdpeficpdmkknifjabahopjjmjj |
官方網址 | 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" ] } ] } |