Etrade 2FA sensible log-in
Separates 2FA from password in E*trade log-in form, saving confusion and password-manager damage
What is Etrade 2FA sensible log-in?
Etrade 2FA sensible log-in is a Chrome extension developed by chad, and its main feature is "Separates 2FA from password in E*trade log-in form, saving confusion and password-manager damage".
Extension Screenshots
Download Etrade 2FA sensible log-in Extension CRX File
Download Etrade 2FA sensible log-in extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
E*trade does 2FA badly. This makes one of E*trade's impediments less bad by splitting the 2FA code from the password in log-in forms.
Extension Basic Information
Name | Etrade 2FA sensible log-in |
ID | oadagimbkdacfiidcbhlmbcnepecfhim |
Official URL | https://chromewebstore.google.com/detail/etrade-2fa-sensible-log-i/oadagimbkdacfiidcbhlmbcnepecfhim |
Description | Separates 2FA from password in E*trade log-in form, saving confusion and password-manager damage |
File Size | 14.4 KB |
Installation Count | 37 |
Current Version | 1.0 |
Last Updated | 2020-09-21 |
Publish Date | 2020-09-21 |
Developer | chad |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/chadmiller/etr-2fa-fix/ |
Help Page URL | https://github.com/chadmiller/etr-2fa-fix/issues |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Etrade 2FA sensible log-in", "version": "1.0", "description": "Separates 2FA from password in E*trade log-in form, saving confusion and password-manager damage", "icons": { "48": "icons\/six-digits.png" }, "content_scripts": [ { "matches": [ "*:\/\/us.etrade.com\/e\/t\/user\/login*", "*:\/\/us.etrade.com\/e\/t\/user\/logout*", "*:\/\/us.etrade.com\/home\/welcome-back", "*:\/\/us.etrade.com\/" ], "run_at": "document_idle", "js": [ "fix-form.js" ] } ] } |