UF LogMeIn by joshuac.com
Automatically login at UF pages.
ما هو UF LogMeIn by joshuac.com؟
UF LogMeIn by joshuac.com هو إضافة Chrome تم تطويرها بواسطة https://joshuac.com، والميزة الرئيسية لها هي "Automatically login at UF pages.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة UF LogMeIn by joshuac.com
قم بتنزيل ملفات الامتداد UF LogMeIn by joshuac.com بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
                        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!                     معلومات أساسية عن التمديد
| الاسم |   |  
| 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/ | 
| عنوان صفحة المساعدة | 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"
            ]
        }
    ]
}  |  |