Skip to main content

 I’m trying to find the best method to allow pop-ups from sites in Google Chrome. I tried defaults write com.google.chrome DefaultPopupsSetting –integer 1 but nothing happens.  My google fu is failing me beyond this. Any help appreciated. 
Also, if there is a way to do this with a Jamf Config profile that would be great. I just can’t find it.

Thank you

You can try using a custom schema to set this via config profile: https://github.com/Jamf-Custom-Profile-Schemas/ProfileManifestsMirror/blob/main/manifests/ManagedPreferencesApplications/com.google.Chrome.json

 

Here's a link to the JNUC talk on schemas and how to use them if this helps: https://www.youtube.com/watch?v=3ZdFzWBTkjg


You can try using a custom schema to set this via config profile: https://github.com/Jamf-Custom-Profile-Schemas/ProfileManifestsMirror/blob/main/manifests/ManagedPreferencesApplications/com.google.Chrome.json

 

Here's a link to the JNUC talk on schemas and how to use them if this helps: https://www.youtube.com/watch?v=3ZdFzWBTkjg


Worked like a charm. Thanks