
Public Tool
LinkedIn Connections Exporter
Manifest V3 Chrome extension for exporting LinkedIn connections to CSV
Runs inside the LinkedIn connections page, progressively loads visible connections, extracts structured data directly from the DOM, and exports it as a local CSV file.
DOM-based, client-side architecture: no LinkedIn API dependency and no backend service. The extension triggers LinkedIn's own loading behavior, reads the rendered page structure, and generates CSV locally in the browser.
What it does
- • Progressively loads all visible connections through LinkedIn's own page behavior.
- • Extracts structured fields such as name, profile URL, headline, connected date, and message URL.
- • Exports a local CSV download with no external data transfer.
- • Uses a resilient DOM parsing strategy designed for practical maintenance.