Skip to content

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. ๐Ÿง™โ€โ™‚๏ธ๐Ÿ“‹โœจ

Notifications You must be signed in to change notification settings

sachnaror/smart-form-filler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

8 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

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

About

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. ๐Ÿง™โ€โ™‚๏ธ๐Ÿ“‹โœจ

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published