stackxyz / stackeye

StackEye is a chrome extension which lets user watch questions on stackoverflow and other stackexchange sites.StackEye notifies the user about any new comment/answer on watched questions.
84 stars 27 forks source link

Google Chrome doesn't sync extension data #41

Open lemonkazi opened 8 years ago

lemonkazi commented 8 years ago

At first thanks for this nice extension. My problem is When I try to synchronize extension it's not getting my previous saved data that I saved using my account form different device like laptop. But after login from different device it's getting this extension but not my saved data for this extension. Please help what can I do?

sachinjain024 commented 8 years ago

@lemonkazi Thanks for such a nice review. I like reviews more on Chrome store though :+1:

This is happening because we save data in localStorage and not in syncStorage which is responsible for syncing data across multiple devices.

Anyways, I already had this issue opened https://github.com/blunderboy/stackeye/issues/33 for long time but none of the users really voted that up. Since, you bring this up, I will consider this feature to be added in StackEye soon but no less than couple of months.

Unfortunately, I have no current solution for this. I'd be really glad if someone is looking to work in this open source project with me.