Skip to content
BlurFirst

Blur the Shopify Admin During Screen Sharing: Hide Customer and Revenue Data

6 min read

Screen-sharing your Shopify admin exposes total sales, order totals, and customer names, emails and addresses. Here is how to blur revenue and PII before you present.

To hide customer and revenue data in the Shopify admin while you screen-share, use a browser extension like BlurFirst that paints a real blur over the sensitive parts of the page — your total sales, order totals, and customer names, emails and shipping addresses — before you join the call. Because the blur is baked into the tab's pixels, it survives Zoom, Google Meet, Microsoft Teams, Loom and any recorder. Save a per-store profile once and the same fields hide automatically every time you open Shopify.

What actually leaks when you share the Shopify admin

Merchants share their Shopify admin constantly — onboarding a virtual assistant, walking an agency through a store, coaching a new hire, or demoing a fulfillment workflow to a supplier. The problem is that almost every screen doubles as a live dump of customer PII and financials, and the data is at the top of the page where the eye lands first. Before you present, know exactly what is on screen:

  • Home and Analytics — the dashboard leads with Total sales, Sessions and Total orders in live dollar figures, plus the store name in the top bar.
  • Orders — the list shows each customer's full name beside their order total; opening an order reveals email, phone, billing and shipping address, and full line-item history.
  • Customers — full names, email addresses, phone numbers, location and lifetime spend, all in one sortable table you can accidentally scroll through.
  • Finances then Payouts — upcoming and past payout amounts, your bank's last four digits, and transaction fees.
  • Discounts — active discount codes a viewer could screenshot and reuse.
  • Store name and the myshopify.com URL — visible in the tab title and top bar on every single page.

The Orders list re-renders and infinite-scrolls — plan for it

Shopify's admin is a single-page app. When you filter orders, mark one as fulfilled, or simply scroll, the Orders table re-renders, and the list infinite-scrolls to pull in more rows as you go. A naive blur pinned to one pixel region slips the moment the DOM updates or new orders load. BlurFirst stores a CSS selector for what you hid — never the content inside it — so an element blur re-attaches to the same column after a re-render, and a box drawn over the customer column stays anchored as fresh rows scroll in. The safest approach is to blur by column or by element rather than dropping a fixed rectangle over specific rows that will move.

  1. 1

    Install and open your admin

    Add BlurFirst from the Chrome Web Store in Chrome, Edge, Brave or Opera, open your store at admin.shopify.com, and press Ctrl/⌘ ⇧ Y to start blurring.

  2. 2

    Hide the revenue tiles

    Use Element blur — click the Total sales and Total orders cards on Home and Analytics to hide just those tiles. Click one again to reveal a figure live when you need to show it.

  3. 3

    Cover the customer columns

    On Orders and Customers, drag a Box blur over the name, email, phone and address columns. It stays anchored while the list infinite-scrolls to load more orders.

  4. 4

    Blur payouts and discounts

    Element-blur the payout amount on Finances and the code column on Discounts so nothing screenshot-worthy is exposed.

  5. 5

    Save a per-store profile

    Save the layout as a profile so it auto-applies the next time you open the store — it survives the admin's re-renders between sessions.

  6. 6

    Keep Panic on standby

    If you click somewhere unplanned, press Ctrl/⌘ ⇧ H to blur the entire tab instantly, then reveal piece by piece.

Shopify screenSensitive fieldsBest gesture
Home / AnalyticsTotal sales, orders, sessions, store nameElement blur per tile
Orders listCustomer name, order totalBox blur over columns
Order detailEmail, phone, shipping addressElement blur per field
CustomersName, email, phone, lifetime spendBox blur over table
Finances / PayoutsPayout amount, bank last-4Element blur
DiscountsActive discount codesElement blur on code column
Where the data lives and the fastest gesture to hide it

Everything happens in your browser. BlurFirst runs its content script in an isolated world with namespaced CSS, so it will not break the Shopify admin or clash with its shortcuts, and nothing you blur ever leaves the tab — the only network request the extension makes is a license check. If you would rather not hunt for fields by hand, the Pro Scan gesture finds emails, phone numbers, credit-card numbers and SSNs anywhere on the page in one click, all locally. Scan matches patterns, not free-text names, so pair it with a box over the customer column to catch names too.

One honest caveat: BlurFirst only covers content inside the browser tab. It will not hide the Shopify mobile app, a POS terminal, another window, or desktop notifications — close those or mute notifications the usual way. A desktop app that reaches beyond the browser is in development.

Frequently asked questions

Does the blur stay in place when the Shopify Orders list scrolls?

Yes. BlurFirst anchors a box blur to the page and stores a CSS selector for element blurs, so both re-attach after the Orders list re-renders or infinite-scrolls to load more orders.

Will viewers on Zoom or Loom still see the numbers?

No. The blur is painted into the page as real pixels before the feed is captured, so it survives Zoom, Google Meet, Teams, Loom, OBS and screenshots of the shared screen.

Can I hide only revenue but still show a customer a product page?

Yes. Element blur lets you hide individual tiles or fields and click them to reveal one at a time, so you keep the workflow visible while totals stay covered.

Does BlurFirst send my store data anywhere?

No. All blurring happens locally in your browser. Nothing you blur leaves the tab; the only network request the extension makes is a license check.

Does it work on the Shopify mobile app?

No. BlurFirst is a browser extension and only affects content inside a browser tab, not native mobile or desktop apps. Use it with the web admin at admin.shopify.com.

Blur it before you share it.

Hide any field, region or message on a page before your next call. Nothing you blur leaves your browser.

Add to Chrome