Tobi
Tobi

Reputation: 2828

Chrome Extension access to unique client_id (UUID)

Is there some sort of unique client id i can access with an extension and if not, can i permanently set some sort of UUID (like registry with IE or global prefs in FF)? I don't want to regenerate a UUID every time a user reinstalls my extension.

Thanks!

Upvotes: 3

Views: 1896

Answers (1)

abraham
abraham

Reputation: 47833

I do not believe that Chrome surfaces a unique machine id through a JavaScript API. Your best option would be to have users sign in using their Google Account.

Upvotes: 1

Related Questions