Project

Chrome extension to auto-fill web forms

APIs JavaScript Chrome Extensions
Chrome extension to auto-fill web forms

The Problem

A team was losing time every day on a manual, repetitive task: filling in web forms by hand with data they had to look up from a third-party API, with the risk of error that entails.

The Approach

I built a Chrome extension in JavaScript that automatically queries the third-party API, retrieves the required data, and fills the forms automatically, fitting into the workflow the team already used.

The Outcome

It removed the manual data entry and the transcription errors that came with it, freeing up the team's time for higher-value work.