James
James

Reputation: 1343

Google Chrome App Chrome Managemement Licence Serial Number in Kiosk Mode

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

Answers (1)

James
James

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

Related Questions