> For the complete documentation index, see [llms.txt](https://help.impact.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.impact.com/partner/zh/ni-xiang-liao-jie-shen-me/platform-features/tracking/tracking-links/create-and-manage-links/chrome-extension/manage-your-chrome-extension-settings.md).

# 管理你的 Chrome 扩展设置

在 [impact.com Chrome 扩展程序](https://chromewebstore.google.com/detail/impactcom-for-chrome/jliaphkmaknmllgfgfifmaciiindcpmi) ，您可以管理通知、添加链接偏好设置，并排除您不想接收通知的域名等选项。

#### 设置收益机会通知

您可以控制希望从扩展程序接收浏览器通知的频率。

1. 在扩展程序窗口中，选择 ![](/files/fc0091aba9ec878c89a688894e9b585274ca8af5) **\[菜单]** → **通知**.
2. 选择接收来自特定域名的浏览器通知频率：
   * 每次
   * 每天一次
   * 每周一次
   * 从不
3. 选择 ![](/files/d2c173235c02fc192f07abcee49a21799eb704f7) **\[返回]** 完成后。

#### 指定您的链接偏好设置

控制扩展程序生成短链接还是常规跟踪链接。如果您在链接中使用动态参数，或者某个品牌在其跟踪链接中使用了硬编码参数，您可能希望默认使用常规链接。

1. 在扩展程序窗口中，选择 ![](/files/fc0091aba9ec878c89a688894e9b585274ca8af5) **\[菜单]** → **链接偏好设置**.
2. 选择 ![](/files/fac87feeaceee35184a905665bc1d06ffdc1e200) **\[单选按钮]** **短** 或 ![](/files/fac87feeaceee35184a905665bc1d06ffdc1e200) **\[单选按钮]** **常规**.
3. 选择 ![](/files/d2c173235c02fc192f07abcee49a21799eb704f7) **\[返回]** 完成后。

#### 阻止向指定域名发送通知

要在某些网站上禁用通知，请在扩展程序设置中指定其域名。

1. 在扩展程序窗口中，选择 ![](/files/fc0091aba9ec878c89a688894e9b585274ca8af5) **\[菜单]** → **排除的域名**.
2. 使用通配符输入您要排除的域名或子域名：
   * **子域名通配符：** 匹配该品牌的任何子域名，例如， `*.acme.com`.
   * **整个域名通配符：** 适用于与该品牌相关的所有路径和资源，例如， `acme.com/*`.
3. 选择 **保存并添加另一个** 用于保存该域名并添加新域名。
   * 选择 ![](/files/d2541b5721cbf8e05ffdeef3e45eae43c2240fee) **\[删除]** 用于移除单个域名，或 **全部移除** 用于移除所有已添加的域名。
4. 选择 ![](/files/d2c173235c02fc192f07abcee49a21799eb704f7) **\[返回]** 完成后。

#### 设置您的语言偏好

1. 在扩展程序窗口中，选择 ![](/files/fc0091aba9ec878c89a688894e9b585274ca8af5) **\[菜单]** → **语言**.
2. 从可用选项中选择一种语言。
3. 选择 ![](/files/d2c173235c02fc192f07abcee49a21799eb704f7) **\[返回]** 完成后。

#### 调整扩展程序外观

根据需要选择浅色或深色模式。

1. 在扩展程序窗口中，选择 ![](/files/fc0091aba9ec878c89a688894e9b585274ca8af5) **\[菜单]** → **外观**.
2. 选择 ![](/files/fac87feeaceee35184a905665bc1d06ffdc1e200) **\[单选按钮]** **浅色** 或 ![](/files/fac87feeaceee35184a905665bc1d06ffdc1e200) **\[单选按钮]** **深色** 用于设置扩展程序的显示模式，或选择 ![](/files/fac87feeaceee35184a905665bc1d06ffdc1e200) **\[单选按钮]** **系统** 以自动跟随您系统的显示外观。
3. 选择 ![](/files/d2c173235c02fc192f07abcee49a21799eb704f7) **\[返回]** 完成后。


---

# 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://help.impact.com/partner/zh/ni-xiang-liao-jie-shen-me/platform-features/tracking/tracking-links/create-and-manage-links/chrome-extension/manage-your-chrome-extension-settings.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.
