Chrome extension to quickly insert spreadsheet rows into web forms.
🗃 Download from the Chrome Web Store
React | TypeScript | Node v10 | Chrome Extension API | Parcel.js
- Install dependencies using:
npm install
- Run the following to generate the Chrome Extension in
/dist
:npm run build
- Go to
chrome://extensions/
and ensure "Developer mode" is on. - Click on "Load unpacked" and select the
/dist
directory. - To make further changes, run
npm run build
again then click on "Update".
Feel free to open a Pull Request with any improvement to this project. Here are some ideas to get you started:
- Support filling other field types such as:
- checkbox
- radio
- select
- Allow emptying fields when cell value is empty
- Allow disabling filling specific columns
- Validate values (e.g. if input is of type email then disallow non-email values)
To my dear friend Cherry who inspired me to build this extension :)