Reputation: 1343
Is there anyway to get a Chrome Management Licence device serial number or unique identifier within a Chrome Kiosk App?
I am asking this as we are trying to post unique content to each kiosk and using a uuid such as serial number is an obvious way to do this.
I realise that without the chrome management licence getting a serial number or uuid is not possible due to privacy but i am hoping there is a way with the chrome management licence.
Upvotes: 3
Views: 425
Reputation: 1343
Solution is here:
https://developer.chrome.com/extensions/enterprise_deviceAttributes
Only work on enrolled devices where the app is pushed from the cpanel
chrome.enterprise.deviceAttributes.getDirectoryDeviceId(function callback)
Upvotes: 2