Rundavoo

Rendezvous with Friends

Cos'è Rundavoo?

Rundavoo è un'estensione di Chrome sviluppata da from www.rundavoo.com, e la sua funzione principale è "Rendezvous with Friends".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Rundavoo

Scarica i file di estensione Rundavoo in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Rundavoo Rundavoo
ID jgdhibhfodmpkplhglcggjhncpjibgbb
URL Ufficiale https://chrome.google.com/webstore/detail/rundavoo/jgdhibhfodmpkplhglcggjhncpjibgbb
Descrizione Rendezvous with Friends
Dimensione del File 48.41 KB
Conteggio Installazioni 18
Versione Corrente 0.11
Ultimo Aggiornamento 2015-01-13
Data di Pubblicazione 2015-01-12
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore from www.rundavoo.com
Tipo di Pagamento free
Sito Web dell'Estensione http://www.rundavoo.com
Lingue Supportate 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"
    }
}