# Importing Browser Session (Legacy)

### Installing Extension

Follow these steps to install the browser session extension from the provided `.crx` file without using the Chrome Web Store.

1. Get the Extension Files

* You have received a file named something like `my_extension.crx`.
* Rename the file from `.crx` to `.zip`.
  * **Windows**: Right-click → Rename → change `.crx` to `.zip`.
  * **macOS**: Right-click → Rename → change `.crx` to `.zip`.
* Extract (unzip) the `.zip` file into a folder (e.g., `my_extension_folder`).

2. Open the Chrome Extensions Page

* In Chrome, go to: chrome://extensions/

3. Enable Developer Mode

* Toggle **Developer mode** ON (top right corner).

4. Load the Folder

* Click **Load unpacked**.
* Select the folder you extracted from the `.zip` file.

The extension should now appear in your extensions list.

#### Notes

* This method will show a "Developer mode is on" warning; this is normal.

### Adding a Browser Session to Pentest Copilot

1. Click **Download JSON** to save the `browsersession.json` file, or click **Copy JSON** to copy it to your clipboard.

<figure><img src="/files/jptMhqggbHqePtBYYZo7" alt="" width="205"><figcaption></figcaption></figure>

2. Upload the JSON in the **Pentest Copilot** asset configuration area.

<figure><img src="/files/meKPMU9SAzRbkAedSRzw" alt="" width="326"><figcaption></figcaption></figure>


---

# 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://copilot-docs.bugbase.ai/enterprise/how-to-trigger-an-external-scan/importing-browser-session-legacy.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.
