CrossRider - is it possible to check what is the current version number?

52 Views Asked by At

Can the extension check it's own version number and does it change between platforms (browsers)? And is it possible to specify a specific version number for the extension?

1

There are 1 best solutions below

2
On BEST ANSWER

I think you'll find that appAPI.appInfo.version is what you're after to obtain the extension's own version number. To create you own version number, simply save it as a JavaScript variable in your code.

[Disclosure: I am a Crossrider employee]