# Manage your Chrome Extension Settings

In the [impact.com Chrome extension](https://chromewebstore.google.com/detail/impactcom-for-chrome/jliaphkmaknmllgfgfifmaciiindcpmi) , you can manage your notifications, add link preferences and exclude domains for which you don't want notifications, among other options.

#### Set notifications for earning opportunities

You can control how often you want to receive the browser notification from the extension.

1. In the extension window, select ![](/files/5JEg1cF0IOVdvrp1PO6x) **\[Menu]** → **Notifications**.
2. Select a cadence for receiving browser notifications from a specific domain:
   * Every time
   * Once a day
   * Once a week
   * Never
3. Select ![](/files/enIfOOYsv7nOzi7o1KvY) **\[Back]** when you're done.

#### Specify your link preferences

Control whether the extension generates short or regular tracking links. You may want regular links by default if you use dynamic parameters in links or if a brand has hardcoded parameters in its tracking links.

1. In the extension window, select ![](/files/5JEg1cF0IOVdvrp1PO6x) **\[Menu]** → **Link Preferences**.
2. Select ![](/files/NI3Laj8nrDKmhF3SSV16) **\[Radio button]** **Short** or ![](/files/NI3Laj8nrDKmhF3SSV16) **\[Radio button]** **Regular**.
3. Select ![](/files/enIfOOYsv7nOzi7o1KvY) **\[Back]** when you're done.

#### Prevent notifications to specified domains

To disable notifications on certain websites, specify their domains in the extension settings.

1. In the extension window, select ![](/files/5JEg1cF0IOVdvrp1PO6x) **\[Menu]** → **Excluded Domains**.
2. Enter the domain or subdomain you want to exclude using wildcards:
   * **Wildcard for subdomains:** Matches any subdomain of the brand, e.g., `*.acme.com`.
   * **Wildcard for entire domains:** Applies to all paths and resources associated with the brand, e.g., `acme.com/*`.
3. Select **Save & Add Another** to save the domain and add a new domain.
   * Select ![](/files/Y8Uim17nPPqnss8IPW3w) **\[Delete]** to remove a single domain or **Remove All** to remove all the added domains.
4. Select ![](/files/enIfOOYsv7nOzi7o1KvY) **\[Back]** when you're done.

#### Set your language preferences

1. In the extension window, select ![](/files/5JEg1cF0IOVdvrp1PO6x) **\[Menu]** → **Language**.
2. Select a language from the available options.
3. Select ![](/files/enIfOOYsv7nOzi7o1KvY) **\[Back]** when you're done.

#### Adjust extension appearance

Choose between light and dark mode to fit your needs.

1. In the extension window, select ![](/files/5JEg1cF0IOVdvrp1PO6x) **\[Menu]** → **Appearance**.
2. Select ![](/files/NI3Laj8nrDKmhF3SSV16) **\[Radio button]** **Light** or ![](/files/NI3Laj8nrDKmhF3SSV16) **\[Radio button]** **Dark** to set the extensions display mode, or select ![](/files/NI3Laj8nrDKmhF3SSV16) **\[Radio button]** **System** to automatically follow your system's display appearance.
3. Select ![](/files/enIfOOYsv7nOzi7o1KvY) **\[Back]** when you're done.


---

# 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://help.impact.com/partner/what-would-you-like-to-learn-about/platform-features/tracking/tracking-links/create-and-manage-links/chrome-extension/manage-your-chrome-extension-settings.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.
