I am building a Chrome extension that is injecting new text and links on the webpage. I need one of these links, when clicked, to essentially simulate multiple clicks (and other tasks) of pre-existing buttons on the webpage. For example, on the Amazon checkout page, can a user click on an “Update-Shipping Address” link I injected and it essentially simulates the necessary tasks of clicking “Change”, adding a new address on the user’s Amazon account?
I have tried reviewing but it seems that since v3 of manifest.json this functionality might be questionable? Even so, I’d like to make this happen.
Roger P is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.