> 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/does-this-extension-works-on-macbook-and-ipad-when-you-use-chrome.md).

# Does this extension works on macbook and ipad when you use chrome?

{% hint style="info" %}
**Quick answer:** ✅ MacBook — **Yes** | ❌ iPad — **No** | ❌ iPhone — **No** (use the Telegram bot instead)
{% endhint %}

## ✅ MacBook (macOS)

SortPin **fully supports MacBook** when using Chrome, Edge, Brave, or any other Chromium-based browser on macOS. All features work the same as on Windows:

* Save and organize pins
* Download Pinterest images, videos, and stories
* View hidden pin data
* Find collaborative boards

👉 [Install SortPin on MacBook →](/getting-started/how-to-install-sortpin.com-extension.md)

## ❌ iPad & iPhone (iOS / iPadOS)

Chrome on iPad and iPhone **does not support Chrome extensions** (this is an Apple/iOS limitation, not a SortPin issue). Therefore, SortPin extension cannot be installed on these devices.

### 🤖 Alternative for iPad/iPhone — Telegram Bot

You can still download Pinterest content on iOS using our [**SortPin Telegram Bot**](/features/telegram-bot-pinterest-images-video-and-story-downloader.md):

1. Install Telegram from the App Store
2. Open [**@SortPin\_bot**](https://t.me/sortpin_bot)
3. Send `/pin <pinterest-url>`
4. Receive the file → save to Camera Roll

## 💻 Full Compatibility Table

| Device     | OS             | Browser             | Extension Support  |
| ---------- | -------------- | ------------------- | ------------------ |
| Windows PC | Windows 10/11  | Chrome, Edge, Brave | ✅ Full             |
| MacBook    | macOS          | Chrome, Edge, Brave | ✅ Full             |
| Linux      | Ubuntu, Fedora | Chrome              | ✅ Full             |
| iPad       | iPadOS         | Safari, Chrome      | ❌ Use Telegram bot |
| iPhone     | iOS            | Safari, Chrome      | ❌ Use Telegram bot |
| Android    | Android 8+     | Chrome              | ❌ Use Telegram bot |

{% hint style="success" %}
💬 **Have 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/does-this-extension-works-on-macbook-and-ipad-when-you-use-chrome.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.
