Hi all,
I'm developing an enterprise extension (self-hosted) and for some reason Chrome repeatedly removed it from the users, even after reinstall. It happens randomly throughout the day, with random people.
The exported policies from chrome://policies show that:
- The extension is under "ExtensionInstallAllowlist"
- The extension's installation source is under "ExtensionInstallSources"
- "ExtensionManifestV2Availability" is 2, as the extension is still using Manifest V2
Do you know any other factors that can lead to a removal?
Not sure if it's relevant, but the `update_url` in the extension manifest is not publicly accessible. I wonder if Chrome would periodically check this and fail and decide to remove the extension.
Any leads would be greatly appreciated!
Best,
Thien