> For the complete documentation index, see [llms.txt](https://docs.codewords.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.codewords.ai/features/chrome-extension.md).

# 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


---

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