Last updated: 2026-07-03
PDF Toolkit Local does not collect, transmit, sell, or share personal data.
All PDF processing happens locally in the user's browser. Files are not uploaded to a server. The extension does not use analytics, tracking pixels, remote logging, external LLM APIs, or CDN-hosted scripts.
The extension stores only a local monthly operation counter in chrome.storage.local to support the free usage limit. This counter remains on the user's device and is not transmitted by this MVP build.
Payments are disabled in this build (PAYMENTS_ENABLED = false). The shipped build contains no payment network code: the ExtensionPay client is replaced at build time with a no-op stub, and the extension's Content Security Policy (connect-src 'none') blocks all outbound requests from extension pages. If payments are enabled in a future version, this policy will be updated before release.
storage: stores the local monthly usage counter.The extension does not request downloads, host permissions, tabs permissions, or file-system access permissions.
Questions about this policy can be sent through the developer contact listed on the Chrome Web Store listing page.