Rundavoo

Rendezvous with Friends

¿Qué es Rundavoo?

Rundavoo es una extensión de Chrome desarrollada por from www.rundavoo.com, y su función principal es "Rendezvous with Friends".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Rundavoo

Descarga archivos de extensión Rundavoo en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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!                    

Información Básica de la Extensión

Nombre Rundavoo Rundavoo
ID jgdhibhfodmpkplhglcggjhncpjibgbb
URL Oficial https://chrome.google.com/webstore/detail/rundavoo/jgdhibhfodmpkplhglcggjhncpjibgbb
Descripción Rendezvous with Friends
Tamaño del Archivo 48.41 KB
Cantidad de Instalaciones 18
Versión Actual 0.11
Última Actualización 2015-01-13
Fecha de Publicación 2015-01-12
Calificación 5.00/5 Total de 3 Calificaciones
Desarrollador from www.rundavoo.com
Tipo de Pago free
Sitio Web de la Extensión http://www.rundavoo.com
Idiomas Soportados 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"
    }
}