Dear Folks,
I am trying to integrate google+ API with my google chrome extension.My integration based on this quick start example introduced here:
I have migrated all inline javascript code to separate files, added content_security_policy line in my manifest.json file:
The problem is following. When I click on the Google+ button I get following error message:
The same exception appears when I click to "Accept" button in the popup. As a result popup window hangs without response.
Do you have any experience with that ?
Thanks in advance!