I have created a chrome extension for LinkedIn where I have to append an iframe tag underneath the div tag. Linkedin is blocking the profile due to the extension popup, it says :
Here's the manifest.json reference, how i have injected the popup in DOM.
"web_accessible_resources": ["popups.html"],
Any help would be appreciated. :)