My goal is to transmit data from my chrome extension to my .net application using AJAX. I am utilizing a background script
to send the data, but unfortunately I am not receiving the data on my server. I suspect there may be an issue with configuring the manifest for Chrome. Can someone advise me on how to successfully post data from my Chrome extension
? Are there any alternative methods that could help achieve this?
Any suggestions or guidance would be greatly appreciated. Thank you.