Chrome extension

Product Clipper privacy.

Last updated · 8 May 2026

The Studiohaus Product Clipper is a Chrome extension that lets interior designers save products from any vendor or e-commerce site directly into their Studiohaus account. This page describes exactly what the extension reads, what it transmits, and to whom. It supplements — and does not replace — the main Studiohaus privacy policy.

What the extension does

When you open the side panel on a product page and click Save Product, the extension reads the page you are looking at, lets you review the auto-filled fields, and posts the result to your Studiohaus account. That is the only thing it does.

What it reads from the page

When you open the side panel on a tab, the extension runs a single function inside that tab to extract product details. The fields it looks for are:

  • Product name and description — from the page title, OpenGraph tags, or JSON-LD product schema.
  • Image — the product’s primary image URL.
  • Price — from JSON-LD, OpenGraph product meta, microdata, data attributes, or visible price elements.
  • Vendor and SKU — when the page exposes them as structured data.
  • Dimensions and other product details — when present in visible page text.
  • The page URL — saved as the source link on the clipped product.

It does this only on the tab you have open and only when you have invoked the side panel. It does not read other tabs, does not read pages in the background, does not log the URLs you visit, and does not capture clicks, scrolls, keystrokes, or form input.

What it transmits, and to whom

The product data above is sent to platform.studiohaus.app — your own Studiohaus account — over HTTPS, attached to your existing Studiohaus session cookie so the server knows who is saving the product. Specifically, the extension calls two endpoints on platform.studiohaus.app:

  • /api/clipper/context — fetches the list of projects and product categories your account already has, so the side panel can populate the dropdowns.
  • /api/clipper/save — saves a clipped product to your library, a project, or both.

The extension does not contact any third-party server, analytics service, advertising network, or AI provider. It does not contact the vendor’s site beyond letting Chrome render the page you are already viewing.

Authentication

The extension does not store, read, or copy your Studiohaus password. It relies on the same session cookie that platform.studiohaus.app sets in your browser when you sign in. If you sign out of Studiohaus, the extension can no longer save anything until you sign in again.

What it stores locally

Nothing. The extension does not use Chrome’s local storage, sync storage, or IndexedDB. Each clip starts fresh from the data it reads off the page; once you close the side panel, that data is gone from the extension. The product itself lives only in your Studiohaus account, where you can view, edit, or delete it like any other product record.

Permissions, in plain language

  • activeTab — lets the extension read the tab you are looking at when you open the side panel.
  • scripting — lets the extension run its extract-product-fields function inside that tab.
  • sidePanel — required by Chrome to render the side panel UI itself.
  • Host permission for platform.studiohaus.app — lets the extension send the clipped product to your Studiohaus account.
  • Host permission for all URLs — required because designers clip from any vendor site (large retailers and a long tail of small specialty vendors); the destinations cannot be enumerated in advance.

Children

The clipper is a tool for professional interior designers. It is not directed at, designed for, or intended to collect data about children under 13.

Changes

If we materially change how the clipper handles data, we will update this page and bump the “last updated” date above before the new version of the extension reaches the Chrome Web Store.

Contact

Privacy questions, data requests, or concerns about the clipper: admin@studiohaus.app.