Rundavoo

Rendezvous with Friends

What is Rundavoo?

Rundavoo is a Chrome extension developed by from www.rundavoo.com, and its main feature is "Rendezvous with Friends".

Extension Screenshots

screenshot
screenshot
screenshot

Download Rundavoo Extension CRX File

Download Rundavoo extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Rundavoo believes that getting together with friends should be hassle free and fun! 

Our “Bring Your Friends” Button is integrated with Yelp, Foursquare, EventBrite, TripAdvisor, Google, Bing, and Yahoo. With One Click you can invite your friends the newest restaurants, buy tickets to the coolest venues, and book the hottest hotels. 


Our open API allows any business to add the “Bring Your Friends” button to their site or digital campaigns making it easy for anyone to invite their friends.

We’re here to help friends have fun and to help businesses flourish through people just wanting to have a good time. Download the button and start creating the time of your life!                    

Extension Basic Information

Name Rundavoo Rundavoo
ID jgdhibhfodmpkplhglcggjhncpjibgbb
Official URL https://chrome.google.com/webstore/detail/rundavoo/jgdhibhfodmpkplhglcggjhncpjibgbb
Description Rendezvous with Friends
File Size 48.41 KB
Installation Count 18
Current Version 0.11
Last Updated 2015-01-13
Publish Date 2015-01-12
Rating 5.00/5 Total 3 Ratings
Developer from www.rundavoo.com
Payment Type free
Extension Website http://www.rundavoo.com
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Rundavoo",
    "version": "0.11",
    "manifest_version": 2,
    "description": "Rendezvous with Friends",
    "permissions": [
        "notifications"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery.js",
                "script.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        }
    ],
    "icons": {
        "16": "icons\/rundavoo-16.png",
        "128": "icons\/rundavoo.png"
    }
}