I regularly move order information from one web app to another and I’d like to stop doing it by hand. The workflow is simple: • I’m viewing an order in Tab A. • I open or switch to Tab B that contains a different form with the same text-field labels. • I press a single shortcut (Ctrl + Q by default) and every matching text field is filled instantly—“Name” to “Name”, “Order Number” to “Order Number”, and so on. Key notes – Only plain text inputs are involved; no dropdowns or special widgets. – Field matching must rely on the visible labels, not DOM position or name attributes, so the extension stays resilient to minor layout changes. – The shortcut should be configurable in the extension options page. – Chrome Manifest V3 is preferred. Deliverables 1. Unpacked extension source (clean, well-commented JavaScript/TypeScript, manifest.json, icons). 2. A ready-to-install .zip or .crx build. 3. Quick README explaining installation, shortcut customization, and where to add new label mappings if needed. I’ll test by opening two live pages, pressing the shortcut, and confirming that all labelled text fields carry over without affecting other elements. Once it passes this check, the job is complete. Looking forward to working with someone who can code this lean tool quickly and clearly.