I am a complete noob so apologies in advanced for anything I say that is very basic.
Just to be as succinct as possible:
-I work in customer support but want to create a simple tool that can help us with our work.
-I want to create an extension that will crawl the html of our internal tool (that we access from Chrome) to return variable data contained in it to a simple pop-up or display
-There are a number of parameters (around 5) and each of those parameters have around 3 possible options of results. All of this information appears on the HTML version of the site so no need (I think) to send any requests to the server side.
-I am OK with the basic structure of a Chrome extension and don’t need that much help with anything other than some direction on what type of functions and logic I would need to do this.
-I am a noob but can follow instructions and tutorials for anything I don’t understand. Right now, I just don’t know whether I would need to use Fetch or something else to do this job.
-I have followed some tutorials on creating crawler extensions but none of these meet my specific needs as I really only need to data from around 5 lines of the HTML and then return this data to a display.
Thanks for your help guys!