Reputation: 91
I have developed an extension which is to be installed by enterprise policy. I want this extension to always be active, even in Incognito mode. I see that the policy setting IncognitoModeAvailability allows me to either:
1. Never allow Incognito mode
2. Always force Incognito mode
3. Allow user to choose Incognito mode, which also allows user to choose if extension is to be functional in Incognito mode
Is there a way under Option 3 above to force the "Allow in incognito" checkbox to be checked, along with graying out the checkbox so that the user cannot prevent my extension from working in Incognito mode?
Upvotes: 4
Views: 3052
Reputation: 2352
You can't automatically activate incognito mode for Chrome extensions. Users need to manually allow an extension to run in incognito mode. To see: How can I enable my chrome extension in incognito mode? and Can I run extension in incognito mode by default?
Upvotes: 1