> For the complete documentation index, see [llms.txt](https://newdocs.keeper.io/en/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://newdocs.keeper.io/en/enterprise-guide/deploying-keeper-to-end-users/keeper-fill.md).

# Keeper Browser Extension

<figure><img src="/files/KEu1DYFG7pnGboZ21lb6" alt=""><figcaption></figcaption></figure>

## Overview

The Keeper Browser Extension can be installed directly by the user or pushed to users by the Keeper administrator.

## Direct Install from App Stores

The latest Browser Extension can be installed by users at the links below, or by visiting the Keeper [download page](https://www.keepersecurity.com/download.html).\
\
**Chrome, Brave, Opera and other Chromium-based Browsers:**\
<https://chrome.google.com/webstore/detail/keeper%C2%AE-password-manager/bfogiafebfohielmmehodmfbbebbbpei>\
\
**Firefox:**\
<https://addons.mozilla.org/en-US/firefox/addon/keeper-password-manager/>\
\
**Microsoft Edge:**\
<https://microsoftedge.microsoft.com/addons/detail/keeper%C2%AE-password-manager-/lfochlioelphaglamdcakfjemolpichk>

**Safari:**\
<https://apps.apple.com/us/app/keeper-for-safari/id6444685332>

## Admin Deployment

Chrome, Edge and Firefox deployment guides are linked below:

* [Automatically install apps and extensions on Chrome](https://support.google.com/chrome/a/answer/6306504?hl=en) (Google)
* [Manage Microsoft Edge extensions in the enterprise](https://learn.microsoft.com/en-us/deployedge/microsoft-edge-manage-extensions) (Microsoft)
* [Deploying Firefox with Extensions](https://support.mozilla.org/en-US/kb/deploying-firefox-with-extensions) (Mozilla)

***

## Deployment with MDM Platforms

For environments where devices are managed through platforms such as Microsoft Intune or Jamf.

* [Mac](/en/enterprise-guide/deploying-keeper-to-end-users/keeper-fill/mac.md)
  * [PLIST Policy Deployment](/en/enterprise-guide/deploying-keeper-to-end-users/keeper-fill/mac/plist-policy-deployment-chrome.md)
  * [Jamf Pro](/en/enterprise-guide/deploying-keeper-to-end-users/keeper-fill/mac/plist-policy-deployment-chrome/jamf-pro-r-policy-deployment-chrome.md)
  * [Microsoft Intune](/en/enterprise-guide/deploying-keeper-to-end-users/keeper-fill/mac/plist-policy-deployment-chrome/microsoft-intune-r-policy-deployment-chrome.md)
  * [Kandji](/en/enterprise-guide/deploying-keeper-to-end-users/keeper-fill/mac/plist-policy-deployment-chrome/kandji.md)
* [Linux](/en/enterprise-guide/deploying-keeper-to-end-users/keeper-fill/linux.md)
  * [JSON Policy Deployment - Chrome](/en/enterprise-guide/deploying-keeper-to-end-users/keeper-fill/linux/json-policy-deployment-chrome.md)
* [Windows](/en/enterprise-guide/deploying-keeper-to-end-users/keeper-fill/windows.md)
  * [Group Policy Deployment - Chrome](/en/enterprise-guide/deploying-keeper-to-end-users/keeper-fill/windows/group-policy-deployment-chrome.md)
  * [Group Policy Deployment - Edge](/en/enterprise-guide/deploying-keeper-to-end-users/keeper-fill/windows/group-policy-deployment-edge.md)
  * [Group Policy Deployment - Firefox](/en/enterprise-guide/deploying-keeper-to-end-users/keeper-fill/windows/group-policy-deployment-firefox.md)
  * [SCCM Deployment - Chrome](/en/enterprise-guide/deploying-keeper-to-end-users/keeper-fill/windows/sccm-deployment.md)

***

## Offline / Direct Downloads

If your group policy does not support installation of extensions, your SCCM administrator may be able to use the below links to push the extensions directly:

* Microsoft Edge and Chrome: [**chrome.zip**](https://keepersecurity.com/browser_extension/chrome.zip)
* Firefox: [**firefox.xpi**](https://keepersecurity.com/browser_extension/firefox.xpi)

Direct package install is **not** recommended for most environments. Using app store management portals such as Google Admin Console is preferred.

***

## End-User Guides

User guides are available for every web browser at the links below:

* [Browser Extension for Chrome](/en/user-guides/browser-extensions/keeperfill-for-chrome-and-brave.md)
* [Browser Extension for Firefox](/en/user-guides/browser-extensions/keeperfill-for-firefox.md)
* [Browser Extension for Safari](/en/user-guides/browser-extensions/keeperfill-for-safari.md)
* [Browser Extension for Edge](/en/user-guides/browser-extensions/keeperfill-for-edge.md)
* [Browser Extension for Opera](/en/user-guides/browser-extensions/keeperfill-for-opera.md)


---

# 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://newdocs.keeper.io/en/enterprise-guide/deploying-keeper-to-end-users/keeper-fill.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.
