0

API for Google Chrome Sync ?

I have already been through How to authenticate with Chrome sync XMPP servers? , but the answer is 2 years old, and might not be applicable now.

Community
  • 1
  • 1
  • Can you explain more about what you're trying to do? Are you writing a chrome extension? – Ben Wells Aug 18 '14 at 05:06
  • I am writing an application to fetch saved passwords/bookmarks/history from the Google Account. If it can be done without involving Chrome, I would be happy. But if it necessarily requires to write a Chrome extension and fetch it from there, I can manage that as well. – Bageshwar Pratap Narain Aug 19 '14 at 16:01
  • @BageshwarPratapNarain I am trying to import all chrome passwords into a chrome extension/plugin. Is that a possibility? – Adithya Jan 27 '15 at 08:28
  • 1
    I am still waiting for someone to answer that question for me! – Bageshwar Pratap Narain Jan 28 '15 at 09:40

1 Answers1

1

I don't think Chrome or the Chrome backend expose any public APIs to do this. You could try reverse engineering the APIs by looking at chrome's source code (it is open source), but that might be a significant undertaking.

Ben Wells
  • 1,896
  • 13
  • 9