An open API service indexing awesome lists of open source software.

https://github.com/sachnaror/smart-form-filler

Meet "AI Auto Form Filler": your digital assistant who remembers *everything* you don’t! Tired of typing the same info a thousand times? Let this little genius auto-fill forms faster than you can say 'Ctrl+V'β€”and it learns from you too! Your forms, auto-magically filled, minus the hassle. πŸ§™β€β™‚οΈπŸ“‹βœ¨
https://github.com/sachnaror/smart-form-filler

autoform autoform-extension autoformfillup

Last synced: 4 months ago
JSON representation

Meet "AI Auto Form Filler": your digital assistant who remembers *everything* you don’t! Tired of typing the same info a thousand times? Let this little genius auto-fill forms faster than you can say 'Ctrl+V'β€”and it learns from you too! Your forms, auto-magically filled, minus the hassle. πŸ§™β€β™‚οΈπŸ“‹βœ¨

Awesome Lists containing this project

README

          

# Smart AI Auto Form Filler πŸš€

**Because life is too short to keep typing your email and phone number everywhere!** 😎

Say goodbye to repetitive typing with the Smart Form Filler extension! Just one click, and your forms magically fill themselves. Don’t worry if a field is missingβ€”you’ll get a friendly prompt to add it, and next time, it’s like we always knew what you needed! πŸ˜‰

## How It Works πŸ› οΈ

1. **Click the Icon** πŸ”˜
Kick things off with a single click on the extension icon. That’s itβ€”you’re already halfway there!

2. **Behind the Scenes** 🎩
`popup.js` taps `content.js` on the shoulder, whispering, β€œHey, it’s showtime!”

3. **Fetching Data** πŸ“‚
`content.js` gets busy, pulling all the good stuff from `storage.json` via our trusty server (`server.js`). If it finds a match, the form gets filled. πŸ“

4. **Missing Info? No Problem!** πŸ˜…
Didn’t find what you were looking for? Our slick modal (`modal.html` + `modal.js`) pops up, politely asking for the missing deets. Fill it once, and next time, it’s there waiting for you!

5. **Storing Your Answers** πŸ—ƒοΈ
The new answers head straight to `storage.json` through `server.js`, safely stored for future forms and less hassle. Future you will thank you!

## Why You’ll Love It ❀️

- **Modular & Maintainable**: Organized like a dream, so each part works together smoothly.
- **Scalable**: Built to handle more featuresβ€”because who knows what forms will throw at you next?
- **Time Saver**: One click, and you’re done. Enjoy the gift of time and avoid the agony of re-entering info.

Get ready to level up your form-filling game. πŸ₯³

**Enjoy filling forms without the fuss!** πŸ‘‹

```
smart-form-filler/
β”‚
β”œβ”€β”€ popup.js # Handles interactions within the popup (e.g., starting form-filling)
β”œβ”€β”€ server.js # Node.js server to store and update `storage.json` centrally
β”œβ”€β”€ popup.html # HTML for the extension's popup interface
β”œβ”€β”€ README.md # Documentation and setup instructions for the extension
β”œβ”€β”€ style.css # CSS styles for both modal and popup UI
β”œβ”€β”€ manifest.json # Defines extension properties, permissions, and script locations
β”œβ”€β”€ modal.html # HTML for the modal that captures user input for missing fields
β”œβ”€β”€ content.js # Main logic for form filling and interaction with OpenAI API and server
β”œβ”€β”€ storage.json # Central JSON for question-answer pairs (managed by `server.js`)
β”œβ”€β”€ modal.js # Handles logic and interactions within the missing fields modal
└── icons/ # Folder containing extension icons in different sizes
β”œβ”€β”€ icon16.png # 16x16 icon
β”œβ”€β”€ icon48.png # 48x48 icon
└── icon128.png # 128x128 icon for app and toolbar display