DEV Community
•
2026-04-16 01:31
I Built a Chrome Extension That Transfers Data Between Web Pages Visually
Here is a workflow I used to do ten times a day: open a CRM page, find a customer's name, address, and email, switch to an invoice generator, type all three fields manually. Or: open a spreadsheet export in the browser, copy a cell value, switch to an admin panel form, paste it, go back, copy the next cell, switch again, paste again. Repeat for every row.
The data already exists on one page. I ju...