Last updated: April 7, 2026 · Version 1.2.0
TL;DR — We collect nothing.
Monday.com Inspector runs entirely inside your browser. Your API token, your board data, and your files never leave your device or pass through any server we control.
Monday.com Inspector is a free, open-source Chrome extension that adds an inline power panel to monday.com board pages. It provides:
We do not collect, transmit, or store any personal data on external servers.
The extension operates entirely within your browser. Here is exactly what it accesses and why:
Monday.com API Token
Stored locally in your browser using chrome.storage.local. It is sent only to the monday.com API (https://api.monday.com/v2) to perform the actions you initiate. It is never sent to any other destination.
Uploaded Files (CSV / Excel)
Parsed entirely in your browser's memory using JavaScript. File contents are never uploaded to any server — not ours, not anyone else's.
Board Data (Items, Columns, Subitems)
Fetched from the monday.com API on demand when you open a board. This data is held in memory while the panel is open and is not persisted or transmitted beyond the monday.com API calls you explicitly trigger.
Usage Counter
A simple numeric counter of completed imports is stored locally in your browser to display helpful prompts (e.g., a review reminder). This number never leaves your device.
The extension communicates exclusively with:
https://api.monday.com/v2 — using the API token you provide, to read and write your board data.No analytics platforms, advertising networks, or other third-party services are used.
The extension requests these Chrome permissions and uses them only as described:
storage
To save your API token and usage preferences locally in your browser.
tabs
To detect whether the active tab is a monday.com board page, so the popup can show the correct UI (Open/Close Inspector Panel vs. navigate-to-monday guidance).
host_permissions
*.monday.com
To inject the Inspector panel into monday.com board pages and to communicate with the monday.com API on your behalf.
All data is stored locally in your browser via chrome.storage.local. You can delete all stored data at any time by:
Monday.com Inspector is fully open source. You can review the complete source code to verify these privacy claims at: github.com/sametivon/monday.inspector
If we update this privacy policy, the revised version will be posted on this page with an updated "Last updated" date. Continued use of the extension after changes constitutes acceptance of the updated policy.
Questions about this privacy policy? Contact us at sam@fruitionservices.io.