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 هو إضافة Chrome تم تطويرها بواسطة UF Software Club، والميزة الرئيسية لها هي "This is an auto-login for the webpage "https://login.ufl.edu/idp/Authn/UserPassword", which is used to login for most University of…".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة UF Auto-Login
قم بتنزيل ملفات الامتداد UF Auto-Login بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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.
معلومات أساسية عن التمديد
الاسم | |
ID | ljbmdihnnlnhihbngfkpaidclpgkfmah |
عنوان URL الرسمي | 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:\/\/*\/*" ] } |