1 item
Enables standard password manager autofill on the Balanz login page. Balanz's login markup gets in the way of standard password manager behavior in two places: - the username field is missing standard username autocomplete semantics - the password field is marked as `autocomplete="new-password"`, so password managers treat it like an account-creation field and offer password generation instead of filling the saved password This extension keeps the page shaped like a normal sign-in flow for standard password managers: - username input: `autocomplete="username"` - password input: `autocomplete="current-password"` It injects only on `https://clientes.balanz.com/auth/login*`.
rating_count is the Chrome Web Store ratings count, not a written-review count.