I'm looking for a way in a chrome extension/app to retrieve a unique identifier for a device.
I've found this API: https://developer.chrome.com/extensions/enterprise_deviceAttributes
but I don't want to have to put everyone on the dev channel.
Does anyone know of any way I could uniquely identify a device in an enterprise setting?
Thanks!