Last updated: June 2025 · Applies to: Stockly Chrome Extension v2.0
<aside> <img src="/icons/lock_gray.svg" alt="/icons/lock_gray.svg" width="40px" />
Short version: Stockly does not collect, transmit, or share any personal data. Everything the extension reads and stores stays entirely on your device.
</aside>
Stockly is a Chrome browser extension that helps online store owners monitor their inventory levels in real time. The extension reads stock data from store admin pages you are already logged into and displays it inside the extension popup.
When you click Scan Now, Stockly reads the content of the store admin page currently open in your browser tab. Specifically, it reads:
This data is never sent to any server. It is processed locally in your browser and stored only on your device using Chrome's built-in chrome.storage.local API.
| Data type | Collected? | Where stored | Purpose |
|---|---|---|---|
| Product names & stock levels | Local only | Your device (chrome.storage.local) | Display inventory dashboard and trigger low-stock alerts |
| Low-stock thresholds you set | Local only | Your device (chrome.storage.local) | Remember your alert settings between sessions |
| Scan history & timestamps | Local only | Your device (chrome.storage.local) | Show when the last scan occurred |
| Pro subscription status | Local only | Your device (chrome.storage.local) | Unlock Pro features after upgrade |
| Your name, email, phone (Pro upgrade) | Paymob only | Paymob payment gateway — not our servers | Process your subscription payment |
| Browsing history | Not collected | — | — |
| Personal identification | Not collected | — | — |
| Store sales or financial data | Not collected | — | — |
| Customer data from your store | Not collected | — | — |
| Analytics or usage tracking | Not collected | — | — |
All data is stored using **chrome.storage.local** — Chrome's built-in, sandboxed storage that is: