Rundavoo

Rendezvous with Friends

Was ist Rundavoo?

Rundavoo ist eine Chrome-Erweiterung, die von from www.rundavoo.com entwickelt wurde, und ihr Hauptmerkmal ist "Rendezvous with Friends".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Rundavoo-Erweiterungs-CRX-Datei herunterladen

Laden Sie Rundavoo-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name Rundavoo Rundavoo
ID jgdhibhfodmpkplhglcggjhncpjibgbb
Offizielle URL https://chrome.google.com/webstore/detail/rundavoo/jgdhibhfodmpkplhglcggjhncpjibgbb
Beschreibung Rendezvous with Friends
Dateigröße 48.41 KB
Installationsanzahl 18
Aktuelle Version 0.11
Letztes Update 2015-01-13
Veröffentlichungsdatum 2015-01-12
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler from www.rundavoo.com
Zahlungsart free
Erweiterungswebsite http://www.rundavoo.com
Unterstützte Sprachen 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"
    }
}