I want to write a Chrome extension to extract user-filled information from forms on web pages. Are there any tools or javascript libraries that can help with this?
Note that I want to extract the information in a human-readable format, so I want the labels of the questions and options to be extracted, instead of having the HTML element name in the extracted result.
Thanks in advance!