Chrome Extension using Asteroid DDP

Hello guys!

I am developing a Chrome Extension with a Meteor back-end connected through the Asteroid DDP client. For the Chrome Extension, I am using just regular jQuery (no other frameworks). I would like to know if any of you has ever done a similar project and would be willing to talk with me just to clarify a few “general” issues? (chat, skype, e-mail… whatever you prefer)

The main questions I have are:
1 - How to connect actions performed on the chrome extension (e.g. button clicks) to methods on Meteor?
2 - I know how to subscribe to Meteor publications on the chrome extension, but not sure how to use this data once it is there. How do I address it?

Thanks a lot!