Last updated: 2026-07-07
Invoice Maker is a browser extension that reads the email you currently have open (Gmail, Outlook Web, or another webmail page) and uses pattern matching to pre-fill an invoice form with best-effort guesses — sender/company name, date, amounts, and reference numbers. You always review and correct this data yourself before anything is generated. The extension then renders a PDF invoice using your own saved branding (logo, colors, business details) and can export the same data as CSV or JSON.
None. We — the developer — do not collect, receive, transmit, or have access to any of your data. There is no backend server, no analytics, and no third-party API involved in any part of the extension's operation.
chrome.storage.local and
IndexedDB APIs. This data stays on your device and syncs only if your own
Chrome profile sync is enabled by you — the extension does not add any sync or transmission
of its own.
activeTab — lets the extension read the page you're currently viewing only
when you actively click the extension icon; it has no access to other tabs or background
browsing.scripting — used to run the on-demand text-extraction script on the current
tab for webmail providers without a dedicated content script.storage — used to save your branding templates, settings, and invoice history
locally via chrome.storage.local.downloads — used to save the generated PDF/CSV/JSON files to your device.mail.google.com and outlook.office.com /
outlook.live.com — used solely to run the Gmail/Outlook-specific extraction
content scripts when you have those sites open.We do not sell, rent, trade, or share any data with third parties, advertisers, or analytics providers, because no data ever reaches us in the first place.
All data is retained locally until you delete it yourself (e.g. removing a template, clearing invoice history, or uninstalling the extension, which removes its local storage entirely).
If this policy changes, the "Last updated" date above will change accordingly.
Questions about this policy can be sent to info@emmercemedia.nl.