Injecting input into a tab opened by a Chrome Exte

2019-08-31 02:19发布

问题:

Hello and thank you in advance for reading this.

Im trying to make chrome extension navigate to a website and interact with a form on that website.

The way we are doing this right now is we are making the user input into the extension the origin and the destination, then we are trying to open in a new tab the website, inject the input that the user entered in the extension into the form and clicking the submit button.

Is there anyway to do this with a chrome extension?

again Thank you!