> For the complete documentation index, see [llms.txt](https://help.sortpin.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.sortpin.com/faqs/how-to-temporarily-disable-sortpin.com-extension-info.md).

# How to Temporarily Disable SortPin.com Extension Info

This guide covers 3 common tasks:

* 📌 [**Pin** the SortPin icon to Chrome toolbar](#how-to-pin-the-sortpin-extension)
* 🔕 [**Temporarily disable** SortPin card info display](#how-to-temporarily-disable-sortpin-card-info)
* 🚫 [**Fully disable** a Chrome extension](#how-to-temporarily-disable-any-chrome-extension)

***

## 📌 How to Pin the SortPin Extension

Pinning makes the SortPin icon **always visible** in your Chrome toolbar for quick access.

<figure><img src="/files/fP8fT0jYFrZKEl52HCCg" alt="How to pin the SortPin Chrome extension"><figcaption><p>How to pin the SortPin Chrome extension</p></figcaption></figure>

### Steps:

1. Open Chrome and click the **🧩 Extensions icon** (puzzle piece) in the upper-right corner
2. Find **SortPin.com** in the list
3. Click the **📌 pin icon** next to SortPin

The SortPin icon is now permanently visible in your toolbar.

***

## 🔕 How to Temporarily Disable SortPin Card Info

If SortPin's data cards are showing on Pinterest and you want to **hide them temporarily** without uninstalling:

<figure><img src="/files/CroIh5ijDqfdJ11w5ATU" alt="Temporarily disable SortPin card info"><figcaption><p>Toggle SortPin card display on/off</p></figcaption></figure>

### Steps:

1. Make sure SortPin is [**pinned**](#how-to-pin-the-sortpin-extension) to your toolbar
2. Click the **SortPin icon** in the toolbar
3. In the dropdown menu, find the toggle labeled **"Turn On/Off extension"**
4. Toggle it **OFF** to hide cards, **ON** to show them again

✅ This is the **easiest way** to silence SortPin temporarily without removing it.

***

## 🚫 How to Temporarily Disable Any Chrome Extension

For a complete disable (not just card info), use Chrome's extension manager:

<figure><img src="/files/Ft4VWyKpJkosQqUB4Bd3" alt="Disable Chrome extension from manager"><figcaption></figcaption></figure>

### Steps:

1. Open Chrome and click the **⋮ three-dot menu** in the upper-right
2. Go to **Extensions** → **Manage Extensions**
3. Find the extension you want to disable
4. Toggle **OFF** the switch next to its name

The extension stays installed but is **inactive** until you toggle it back on.

***

## 🔄 Want to Remove SortPin Completely?

If you no longer need SortPin, see: [How to Uninstall SortPin →](/faqs/how-to-uninstall.md)

{% hint style="info" %}
💬 **Questions?** Our [chat support](https://go.crisp.chat/chat/embed/?website_id=48b6c12a-2212-4be1-9e27-2dad7e2d5fb0) team is one click away.
{% endhint %}


---

# 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.sortpin.com/faqs/how-to-temporarily-disable-sortpin.com-extension-info.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.
