Wells Fargo - Autofocus login

Autofocus login input fields at wellsfargo.com

Wells Fargo - Autofocus login क्या है?

Wells Fargo - Autofocus login @jsejcksn द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Autofocus login input fields at wellsfargo.com"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

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

crx प्रारूप में Wells Fargo - Autofocus login एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Formerly "Wells Fargo - Remember Username"

The Wells Fargo homepage did not have a "Remember username" checkbox for a very long time, so this extension sought to remedy that problem. Now it does. (Way to go, web team!) But it still doesn't autofocus the username/password input fields on page load. This takes care of that for you so all you have to do is go to the site, type your password, and press enter.

View code at:
https://github.com/jsejcksn/wellsfargo-autofocus-login/

This extension is not affiliated with Wells Fargo.


CHANGES

2015/09/21 - v1.1.6
Refine conditional for autofocus

2015/09/16 - v1.1.5
Does not remember any information in browser anymore, simply autofocuses input fields

2014/09/16 - v1.1.3
Extension activates only if current with site content

2014/09/15 - v1.1.2
Initial upload                    

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

नाम Wells Fargo - Autofocus login Wells Fargo - Autofocus login
ID cgadmadfnbdaplnanejoebmbfpgpliee
आधिकारिक URL https://chromewebstore.google.com/detail/wells-fargo-autofocus-log/cgadmadfnbdaplnanejoebmbfpgpliee
विवरण Autofocus login input fields at wellsfargo.com
फ़ाइल का आकार 24.9 KB
स्थापना संख्या 2,724
वर्तमान संस्करण 1.1.6
अंतिम अपडेट 2015-09-21
प्रकाशन तिथि 2015-09-21
रेटिंग 4.33/5 कुल 66 रेटिंग्स
डेवलपर @jsejcksn
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/jsejcksn/wellsfargo-autofocus-login
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Wells Fargo - Autofocus login",
    "short_name": "WF Autofocus Login",
    "description": "Autofocus login input fields at wellsfargo.com",
    "version": "1.1.6",
    "manifest_version": 2,
    "content_scripts": [
        {
            "js": [
                "js\/user.js"
            ],
            "matches": [
                "https:\/\/www.wellsfargo.com\/"
            ]
        }
    ],
    "icons": {
        "16": "icons\/icon-16.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    }
}