# Chrome Extension Permission Explained

When users install or update the Supademo Chrome extension—whether they’re new or long-time users—they may see a permission request that reads:

**“Read and change all your data on all websites.”**

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

This phrasing can feel alarming, so here's a clear, user-centric breakdown:

#### Why We Need It

* This permission allows Supademo to capture screenshots or HTML recordings of the websites you visit—core functionality needed to **record Supademos**.
* Just like video recording platforms, we require this permission to inject toolbar elements, popups, and overlays, and to access the webpage content that you record.

#### How We Protect Your Data

* Your data remains **private and secure**—all captured content is transmitted over TLS and stored securely.
* Nothing is shared publicly unless *you* choose to via a Share link.
* We take your privacy seriously, and we're also [**SOC 2 compliant**](https://supademo.com/security), ensuring trusted data handling practices.


---

# Agent Instructions: 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:

```
GET https://docs.supademo.com/admin-and-billing/general-security/chrome-extension-permission-explained.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
