> For the complete documentation index, see [llms.txt](https://docs.faronics.com/deep-freeze-cloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.faronics.com/deep-freeze-cloud/mobile-device-management/settings/chromebook/chrome-extension.md).

# Chrome Extension

The Deep Freeze Chrome Extension is an extension for the Chrome browser that enables the following Deep Freeze MDM features:

* Send messages to devices as an on-demand action.
* Collection of the following device data: OS version, memory stats, storage capacity, battery level, username of the current user, OU of the current user, whether the device is currently using work or home group, what group is currently applied to the device.

While individual users can install the Chrome extension, installation is best managed by an administrator using the Google Admin Console.

To deploy Chrome extension:

1. Go to *MDM > Settings*.
2. Click the Chromebook icon.
3. Click the *Chrome Extension* tab.
4. Log in to your [Google Admin Console](http://admin.google.com/) with your Super Admin credentials.
5. Navigate to *Device Management* in the [Google Admin Console](http://admin.google.com/).
6. Select *Chrome Management*, then *User Settings*.
7. Use the navigation pane at the left to select the OUs to which the extension should be installed.
8. Navigate to *Force-install App and Extensions* section and click the *Manage force-installed apps* link.
9. Under Chrome Web Store, search for *Deep Freeze MDM* and add the extension. Click *Save*.
10. Scroll to Incognito Mode and select *Disallow incognito mode* to prevent users from bypassing the extension. Click *Save*.
11. Navigate to *Device Management > Chrome > Device Settings*. Scroll to *Guest Mode* and select *Do not allow guest mode* to ensure the extension is always applied.

Once the Deep Freeze Chrome extension has been enforced to the appropriate OUs, you will be able to use all features of Chromebook MDM.


---

# 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.faronics.com/deep-freeze-cloud/mobile-device-management/settings/chromebook/chrome-extension.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.
