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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "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

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में UF Auto-Login एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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.                    

एक्सटेंशन की मूल जानकारी

नाम UF Auto-Login UF Auto-Login
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:\/\/*\/*"
    ]
}