> For the complete documentation index, see [llms.txt](https://docs.salescaling.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.salescaling.com/en/platform-settings/integraciones/conectar-calendarios-y-videollamadas/la-extension-de-navegador-para-chrome.md).

# The Chrome Browser Extension

The extension of **Salescaling** for **Google Chrome** offers a quick and convenient way to start recordings directly from the browser, without needing the **Salescaling** platform open.

### 1. Installation

* Step 1: Visit the extension’s official page in the Chrome Web Store.

  Link: [Salescaling in the Chrome Web Store](https://chromewebstore.google.com/detail/salescaling/kldkpapbgcemaejcgfddapchihndohgo).
* Step 2: Click the "Add to Chrome" button (**Add to Chrome**) and confirm the **installation**.
* Step 3: Once installed, the **Salescaling** icon will appear in your browser’s extensions bar. It is recommended to pin the icon for quick access.

### 2. How to Record a New Meeting

The main function of the extension is to start a new meeting and have the bot join it instantly.

* **Step 1**: Click the **Salescaling** extension icon of
* **Step 2**: A menu will open with the supported video call platforms. Select the platform you want to use (e.g., Google Meet, Zoom, or Microsoft Teams).
* **Step 3**: When you click, the browser will redirect you to that platform’s page so you can start a new meeting.
* **Step 4**: Once the meeting starts, the Salescaling bot will request to join automatically.
* **Step 5**: The host must admit the bot from the "waiting room" so it can enter and begin recording.


---

# 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.salescaling.com/en/platform-settings/integraciones/conectar-calendarios-y-videollamadas/la-extension-de-navegador-para-chrome.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.
