← Back to home

Privacy Policy

Effective date: July 16, 2026

This policy describes what the eBay Reseller Toolkit browser extension ("the extension") does and does not do with your data. We wrote it to be accurate, not to be reassuring — if a claim isn't backed by the code, it isn't in here.

1. Summary

2. What the extension does over the network

When you use the "Sort by sold" or "Comps" features on an eBay search or item page, the extension's content script — already running on that ebay.com or ebay.co.uk page as part of normal page injection — issues a fetch() request to that same eBay domain (e.g. /sch/i.html?...&LH_Sold=1 for a sold/completed-listings search). This is functionally the same request your browser would send if you navigated to that sold-listings search yourself.

Details, so this claim can be checked against the code:

3. What is stored, and where

All storage is local to your browser profile (via the standard chrome.storage extension APIs) and is never transmitted anywhere by us:

DataStorage areaPurpose
Settings (e.g. site/store preferences) chrome.storage.sync Lets your settings follow you across browsers signed into the same Chrome/Edge profile — this sync is handled by the browser itself, not by us
Sold-comps cache chrome.storage.local 1-hour cache of parsed sold-listing results, keyed by search keyword, so repeat lookups don't re-fetch from eBay
Daily comps-usage counter chrome.storage.local Tracks how many comps lookups the Free tier has used today (resets automatically at midnight); used only to enforce the Free-tier daily limit described in the extension's pricing

We do not maintain any database, server, or log of your searches, prices, or browsing activity outside of your own browser's local storage.

4. Payments (Pro subscription)

Payments for the Pro tier are processed by Paddle.com Market Limited ("Paddle"), which acts as our Merchant of Record — Paddle, not us, is the seller of record for your Pro purchase, handles card processing, and calculates/remits any applicable sales tax or VAT. Subscription/license status inside the extension is validated separately, by our own license service, not by Paddle directly. Integration details, verifiable in the code and the extension manifest:

The extension only ever receives a subscription-status flag (active Pro / not Pro) back from our license service — no card number, billing address, or other payment detail is ever stored by, or visible to, the extension. Your purchase itself, including receipts, billing history, and refund processing, is governed by Paddle's own Privacy Policy. See our Refund Policy for how refunds work.

5. Permissions we request, and why

PermissionWhy we need it
host_permissions: *://*.ebay.com/*, *://*.ebay.co.uk/* The extension only injects its UI (sort button, comps panel, profit calculator) into eBay search, item, and sold-listings pages on these two domains. We do not request access to any other site.
storage Required to save your settings (chrome.storage.sync) and the on-device comps cache / usage counter (chrome.storage.local) described in §3.

We do not request tabs, history, webRequest, <all_urls>, or any permission unrelated to the two features above. If a future version needs an additional permission, this section will be updated and the change will be disclosed in the extension's store listing update notes.

6. What we do not do

7. Changes to this policy

If the extension's data handling changes (for example, once the Pro payment provider in §4 is finalized, or if a future version adds a permission), we will update this document and note the change in the extension's release notes before the update reaches users.

8. Contact

Questions about this policy or the extension's data handling:
dadiyuhuang88@gmail.com