Currently I install my chrome extension with writing regedit and updating Secure Preferences.
It works well, however I must enable my extension manually in chrome after installing.
I found an issue in stackoverflow.But Enterprise policy is not an easy way for me.
Is there any approach to enable my extension automatically?
I noticed that the "state": 1,in Secure Preferences will be set with 1 when was enabled and 0 when was disabled. But when I tied to update "state" from 0 to 1,the extension did not change its status to enable and the "state" in Secure Preferences was reverted to 0 as well.
thank you!