Wells Fargo - Autofocus login
Autofocus login input fields at wellsfargo.com
Qu'est-ce que Wells Fargo - Autofocus login ?
Wells Fargo - Autofocus login est une extension Chrome développée par @jsejcksn, et sa fonction principale est "Autofocus login input fields at wellsfargo.com".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Wells Fargo - Autofocus login
Téléchargez les fichiers d'extension Wells Fargo - Autofocus login au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | |
ID | cgadmadfnbdaplnanejoebmbfpgpliee |
URL Officiel | https://chromewebstore.google.com/detail/wells-fargo-autofocus-log/cgadmadfnbdaplnanejoebmbfpgpliee |
Description | Autofocus login input fields at wellsfargo.com |
Taille du Fichier | 24.9 KB |
Nombre d'Installations | 2,724 |
Version Actuelle | 1.1.6 |
Dernière Mise à Jour | 2015-09-21 |
Date de Publication | 2015-09-21 |
Évaluation | 4.33/5 Total 66 Évaluations |
Développeur | @jsejcksn |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/jsejcksn/wellsfargo-autofocus-login |
Langues Prises en Charge | 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" } } |