Questions tagged [rapportive]

2 questions
1
vote
1 answer

How to execute the Rapportive gem in ruby on rails

I just started learning ruby on rails. I wanted to launch the rapportive gem (you can find here : https://rubygems.org/gems/rapportive/versions/0.0.1 But i don't know what should I do.. I found that in the documentation : client =…
Bravo Kevin
  • 129
  • 1
  • 6
0
votes
1 answer

browserAction on chrome extension to embed content on web page (like Rapportive)

I want to build a Chrome extension that shows some content embedded when a specific website is displayed. Exactly the same as Rapportive on Gmail. Seems that browserAction only enables me to show that content as a popup, not embedded on the webpage.…
user411103