Rundavoo

Rendezvous with Friends

Qu'est-ce que Rundavoo ?

Rundavoo est une extension Chrome développée par from www.rundavoo.com, et sa fonction principale est "Rendezvous with Friends".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Rundavoo

Téléchargez les fichiers d'extension Rundavoo au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Rundavoo Rundavoo
ID jgdhibhfodmpkplhglcggjhncpjibgbb
URL Officiel https://chrome.google.com/webstore/detail/rundavoo/jgdhibhfodmpkplhglcggjhncpjibgbb
Description Rendezvous with Friends
Taille du Fichier 48.41 KB
Nombre d'Installations 18
Version Actuelle 0.11
Dernière Mise à Jour 2015-01-13
Date de Publication 2015-01-12
Évaluation 5.00/5 Total 3 Évaluations
Développeur from www.rundavoo.com
Type de Paiement free
Site Web de l'Extension http://www.rundavoo.com
Langues Prises en Charge 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"
    }
}