Inspiration
I wanted an extension that allowed me to easily fill out registration information for websites that I needed to create an account for.
What it does
Generates random strings for common form fields like passwords, emails, usernames, etc.
How we built it
Used javascript with chrome extension APIs to detect different form fields and fill them out with randomly generated data.
Challenges we ran into
At first, once the fields were filled out it didn't save and kept on clearing out. To fix this, event changers were added so the website could detect that the fields were changed.
Accomplishments that we're proud of
Being able to easily generate passwords, usernames, emails.
What we learned
This was my first time creating an extension, so I learned the basics of that and also to manipulate web pages using javascript.
What's next for Registration Autofiller
I will implement a save feature with encryption and add in more customization (for example customize only certain fields, add in custom generation, add in more fields, etc).
Log in or sign up for Devpost to join the conversation.