Privacy Policy
Last updated: April 30, 2026
Overview
monday2markdown is a Chrome Extension that adds a "Copy as Markdown" button to post and update blocks on monday.com. This policy explains how the extension handles your data — in short, it does not collect, store, or transmit any data whatsoever.
Data Collection
monday2markdown does not collect any personal information, browsing history, usage statistics, or any other data. No analytics, no tracking, no telemetry of any kind is present in the extension.
Data Transmission
The extension does not transmit any data to external servers. All processing happens entirely within your browser. When you click "Copy as Markdown", the post content is read from the page, converted to Markdown locally, and written to your clipboard — nothing leaves your device.
Data Storage
The extension does not store any data locally or remotely. No browser storage APIs (localStorage, chrome.storage, cookies, IndexedDB, etc.) are used.
Permissions
The extension requests only the following permission:
- Access to monday.com pages — required to detect post blocks and inject the "Copy as Markdown" button. The extension activates only on
monday.comand*.monday.comdomains.
No other permissions are requested.
Clipboard Access
When you click the "Copy as Markdown" button, the extension writes the converted Markdown text to your system clipboard using the browser's standard navigator.clipboard.writeText() API. This is a write-only operation initiated by your explicit click — the extension never reads from your clipboard.
Third-Party Libraries
The extension uses Turndown (MIT License) for HTML-to-Markdown conversion. This library runs entirely in your browser and does not make any network requests.
Changes to This Policy
If this policy changes, the updated version will be posted on this page with a revised date. Since no data is collected, any future changes are unlikely to affect your privacy.
Contact
If you have any questions about this privacy policy or the extension, you can open an issue on the project's GitHub repository.