How to add a policy for an extension on Chrome (MacOS)?

Viewed 20

When I navigate to chrome://policy/ I can see the extensions I have that do support policies being applied.

How can I add a policy (possibly through a .plist file) to one of my extensions?

I know I can add a policy for chrome specifically through

defaults write com.google.Chrome policyName -type value

But how about policies for extensions?

0 Answers
Related