Brian Hvarregaard
Brian Hvarregaard

Reputation: 4209

How to save user information in a chrome extension

Im making a chrome extension. I need the user to be assigned a unique id they get from my web site. how do i save this information in my chrome extension so that each time the browser is started the extension has the same unique id?

Upvotes: 0

Views: 120

Answers (1)

Erica Xu
Erica Xu

Reputation: 555

Use local storage, it's persistent across sessions.

Upvotes: 1

Related Questions