Wells Fargo - Autofocus login
Autofocus login input fields at wellsfargo.com
Τι είναι το Wells Fargo - Autofocus login;
Το Wells Fargo - Autofocus login είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον @jsejcksn, και η κύρια λειτουργία του είναι "Autofocus login input fields at wellsfargo.com".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Wells Fargo - Autofocus login
Λήψη αρχείων επέκτασης Wells Fargo - Autofocus login σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
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" } } |