Version: v1.0.40
Export Microsoft 365 Copilot Chat as readable Markdown and raw JSON.
This Manifest V3 browser extension exports the current Microsoft 365 Copilot Chat from an authenticated browser session.
The extension is intended for Edge/Chromium-compatible browsers. It is available from Microsoft Edge Add-ons, with unpacked loading still available for local testing or manual installation.
The extension can generate:
- readable Markdown (
.md) for human review and handoff; - raw JSON Markdown (
.json.md) as the complete local backup; - diagnostic JSON Markdown (
.diagnostic.json.md) when troubleshooting is needed.
Install the released extension from Microsoft Edge Add-ons:
https://microsoftedge.microsoft.com/addons/detail/bfgemlnkhckcdkndiemkahojkbdbpmpm
Load the extension runtime folder as an unpacked extension:
app
After reloading the extension, refresh the Microsoft 365 Copilot Chat tab so the latest content scripts are active.
- Open a Microsoft 365 Copilot Chat.
- Open the extension popup from the browser toolbar.
- Confirm the popup shows the expected chat title and ConversationId.
- Click the export button.
- Keep the generated Markdown and raw JSON Markdown files together.
- Shows the active chat title and ConversationId in the popup.
- Exports readable Markdown plus a raw JSON Markdown companion.
- Uses filesystem-safe timestamped filenames.
- Keeps troubleshooting and diagnostic controls available but secondary.
- Includes an option to include unclassified records for deeper troubleshooting.
The extension requests browser permissions needed to read the active Microsoft 365 Copilot Chat page and trigger local downloads. Host permissions are scoped to Microsoft 365 Copilot and related Microsoft 365/Substrate endpoints used by the exporter.
Source:
https://github.com/site-speed/M365-Copilot-Chat-Export-extension
Issues:
https://github.com/site-speed/M365-Copilot-Chat-Export-extension/issues
Exports are produced from the authenticated browser session and may contain sensitive organisation data, prompts, responses, citations, file names, and tool traces.
Treat .md, .json.md, and .diagnostic.json.md files as private unless reviewed and deliberately shared.
- Microsoft 365 Copilot Chat APIs and page structure can change.
- The extension is published in Microsoft Edge Add-ons; unpacked installation remains useful for local testing and manual validation.
- Diagnostic exports are intended for troubleshooting and may contain additional technical detail.
Current release notes are available at:
assets/release-notes.md
See SECURITY.md for supported-version and reporting guidance.
MIT License. Copyright 2026 Tim Moss.
See PRIVACY.md for the extension privacy policy. The extension is designed for local export and does not operate a backend service for uploaded conversation data.
The packaged extension includes robot/download-themed PNG icons in app/icons/ and a 300×300 listing logo in assets/extension-logo-300.png.
