I would like to do A/B testing on my chrome extension UI. I started with google optimize, however, it's asking for a url. I am sure other providers would ask the same.
How am I supposed to do an A/B in a chrome extension given that there's no url for them.
Nor can I use google tag manager to check if a button gets clicked by the user.
P.S: my chrome extension isn't a popup but gets injected to user's DOM.