Developing Chrome Extension and linked it with the amazon.com, I log in the user from the chrome extension's popup, and setup the cookie their in the pop-up,
the problem is that:
Amazon's page, maintaining its own cookie and the pop-up of my own chrome's extension is maintaining its own cookie.
I want to use my own's chrome extension cookie values their in the Amazon's cookie so that I keep a track of that specific user's interaction with my Extension.
Note: I need javaScript code to access the cookie of one's application to another.
I read the following article but it is not exactly what I want: How to check if a cookie exists even if it was created in another application? (using JS or C#)