I am creating one salesforce chrome extension. I want to open this extension in a new tab instead of a popup. I am able to open the extension in new tab but not able to get the login details from salesforce.
In background.js file not able to set the port connection.
Tried connecting the session in background.js but adding it to background.js will not solve the purpose.