Hello,
I have a Chrome extension that functions as a softphone, currently used by around 5,000 users. I would like to deploy new features gradually to different user groups instead of rolling them out to everyone at once.
Since my extension uses Manifest V3, I cannot use remotely hosted code, which would have made implementing feature flags easier. Given this restriction:
Any guidance or best practices would be greatly appreciated. Thanks!
Is there a way to perform a controlled or staged rollout through the Chrome Web Store?
How can I implement feature flags without having all feature variations baked into the extension's code (i.e., fetching feature configurations remotely while complying with MV3)?
--
You received this message because you are subscribed to the Google Groups "Chromium Extensions" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-extens...@chromium.org.
To view this discussion visit https://groups.google.com/a/chromium.org/d/msgid/chromium-extensions/fd75323d-0ca9-4de1-a474-d11751b10e88n%40chromium.org.