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" } } |