Skip to main content
Solved

Enable Pop-Ups in Google Chrome

  • March 10, 2022
  • 2 replies
  • 69 views

Forum|alt.badge.img+3

 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

Best answer by ljcacioppo

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

2 replies

ljcacioppo
Forum|alt.badge.img+17
  • Jamf Heroes
  • Answer
  • March 10, 2022

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


Forum|alt.badge.img+3
  • Author
  • New Contributor
  • March 10, 2022

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