> For the complete documentation index, see [llms.txt](https://docs.keeper.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.keeper.io/release-notes/jp/browser/browser-extension/older/browser-extension-version-16.0.0.md).

# Browser Extension Version 16.0.0

## Features

* Updated User interface, added workflow optimizations around filling and viewing sites.

![Browser Extension main screen](https://2583537500-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LSGErxSfzX6xZALob42%2F-MjGdbsPjXYjTImzHIL5%2F-MjGiLX8ynh4vWXtLQzm%2Fa.png?alt=media\&token=6e0610c0-b23c-4610-a06d-1b334c78747d)

* Support for Record Types. Record Types are launching in late Sept across all devices, however it can be activated for customers on a per-request basis. More information on Record Types is available here: [Record Types](/enterprise-guide/jp/record-types.md)

![Address record in the Browser extension](https://2583537500-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LSGErxSfzX6xZALob42%2F-MjGdbsPjXYjTImzHIL5%2F-MjGiRjiGLzz0V0bsj6N%2F1.png?alt=media\&token=8c0e6f83-6ec9-4969-89ea-3ed67474789a)

* :flag\_us: Support for the Amazon AWS GovCloud environment. Keeper is currently FedRAMP in-process and public sector entities can now establish their Keeper tenant in the GovCloud environment. Contact the public sector sales team at <govsales@keepersecurity.com> for more information.<br>
* Enhanced 508 Accessibility / Ergonomics support with high contrast themes, larger fonts, better visibility and generally a cleaner layout. Support for screen readers and Keyboard navigation have also been improved.

![Keyboard navigation throughout the extension](https://2583537500-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LSGErxSfzX6xZALob42%2F-MjGdbsPjXYjTImzHIL5%2F-MjGihmgAJ_EVUCzorn8%2F3.png?alt=media\&token=25dfa90e-6504-4fc2-9e88-89214f2be906)

* Our password generator has has its special characters set expanded to this set:

  `!@#$%()+;<>=?[]{}^.,` Adding more special character is a balance between generating the most secure password possible, and ensuring the passwords generated do not cause issues on websites, this evolution increases our password entropy.

## Bug Fixes

* BE-4068: Disable Stay Logged In enforcement not allowing user to turn off the setting.
* BE-4138: Better handling of the password strength slider
* BE-4141: Master Password re-entry feature broken on enforcement
* BE-4139: Auto-submit on Microsoft.com
* BE-4085: Logout timer with blank input logs out of the extension
* BE-4100: Extension remembers email when Remember Email is Off


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.keeper.io/release-notes/jp/browser/browser-extension/older/browser-extension-version-16.0.0.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
