# Chrome extension

### Introduction

The CodeWords Chrome extension automates tasks on websites where you're already logged in. It runs directly in your browser, using your existing sessions to access private content like LinkedIn feeds, dashboards, and member-only pages.

### Key limitations

* Runs have a 5-minute timeout limit.
* The Chrome Extension works on desktop or laptop only, and it is not supported on mobile.
* There are no visual indicators of run status.
* Outputs return in Markdown by default, not HTML.

### When to use the Chrome extension

Perfect for:

* Getting content from private pages (LinkedIn feeds, dashboards)
* Simple website tasks like clicking buttons or filling forms
* When reliability is more important than speed

Not ideal for:

* Scheduled automations when you're away
* When you need to use your browser simultaneously
* When speed is critical

### Getting started

1. Install: [Chrome Web Store link](https://chromewebstore.google.com/detail/codewords/fgcbeegcaikofigbnfmmlgcimdkmfnce)
2. Log in: Sign in to websites you want to automate

### See the Chrome extension in action

<figure><img src="/files/5NDKmcVWGUSMuot1vr0d" alt=""><figcaption></figcaption></figure>

### What it can do

| Function            | Best for                              | Speed          |
| ------------------- | ------------------------------------- | -------------- |
| Page scraping       | Get content from private pages        | 30-60 seconds  |
| Interactive actions | Click buttons, fill forms             | 60-120 seconds |
| Cookie extraction   | Share login sessions with other tools | 10-30 seconds  |

### Performance expectations

* Reliable: Very consistent results using your real browser
* Status visibility: No visual run status indicators are shown during execution
* Slower: Takes longer than other tools, but is more dependable
* Browser control: Uses one tab while running

### Best practices

* Test your automation manually first
* Stay logged in to target websites
* Be patient — good results take time

### Common use cases

* Monitor LinkedIn feeds and collect posts
* Extract data from company dashboards
* Gather content from member-only sites
* Automate repetitive form filling

#### FAQs <a href="#faqs" id="faqs"></a>

<details>

<summary>When should I use the Chrome Extension?</summary>

</details>

<details>

<summary>How do I download the Chrome extension?</summary>

</details>

<details>

<summary>What can the Chrome Extension do?</summary>

</details>

<details>

<summary>Can I see what the extension is doing?</summary>

</details>


---

# 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.codewords.ai/features/chrome-extension.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.
