Privacy Policy — Web2PPT

Last updated: March 22, 2026

Overview

Web2PPT is a Chrome browser extension that converts web pages into editable PowerPoint (.pptx) files. This Privacy Policy explains what data the extension accesses, how it is processed, and what happens to it.

Short version:

1. Data We Do NOT Collect

Web2PPT does not collect, store, transmit, or share any of the following for third-party advertising or profiling:

There is no user account system in the extension.

2. How Web2PPT Works — Local Export

When you click Extract Asset Board (or equivalent):

  1. DOM extraction: A content script reads the visible structure of the active tab (positions, styles, text) using standard browser APIs.
  2. Image fetching: Images may be fetched by the background service worker directly from their hosts (CDNs, etc.) to embed them as data in the .pptx. No Web2PPT server sits in the middle.
  3. PPTX generation: The .pptx is built in memory (e.g. via PptxGenJS) in the extension context.
  4. Download: The file is saved like any other download to your device.

3. Permissions Explained

PermissionWhy it is needed
activeTabAccess the tab when you activate the extension.
scriptingInject the content script into the active page.
storageStore aggregated usage counters locally and your telemetry opt-out preference.
<all_urls> (host permission)Fetch cross-origin images for embedding; optional HTTPS POST to a single analytics endpoint configured by the developer (if enabled in background.js).

4. Third-Party Libraries

5. Usage Statistics & Telemetry (Optional)

What is recorded (locally in chrome.storage.local):

What may be sent remotely (only if the developer sets TELEMETRY_INGEST_URL in background.js):

What is never sent:

Opt-out: Set telemetryOptOut to true in chrome.storage.local (e.g. via a future settings UI, or manually in DevTools for advanced users). When opt-out is set, no counters are updated and no remote calls are made.

If no ingest URL is configured, nothing is sent over the network for telemetry — only local aggregates exist.

6. Enterprise & Corporate Use

7. Children’s Privacy

Web2PPT is a professional productivity tool not directed at children under 13.

8. Changes to This Policy

Updates will be published at this URL with a new “Last updated” date.

9. Contact

Web2PPTcontact@oikosearch.ch