Wells Fargo - Autofocus login

Autofocus login input fields at wellsfargo.com

Wells Fargo - Autofocus login란 무엇입니까?

Wells Fargo - Autofocus login은(는) @jsejcksn에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Autofocus login input fields at wellsfargo.com"입니다.

확장 프로그램 스크린샷

screenshot

Wells Fargo - Autofocus login 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    }
}