Rundavoo

Rendezvous with Friends

Co to jest Rundavoo?

Rundavoo to rozszerzenie Chrome opracowane przez from www.rundavoo.com, a jego główną funkcją jest „Rendezvous with Friends”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Rundavoo

Pobierz pliki rozszerzeń Rundavoo w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa Rundavoo Rundavoo
ID jgdhibhfodmpkplhglcggjhncpjibgbb
Oficjalny URL https://chrome.google.com/webstore/detail/rundavoo/jgdhibhfodmpkplhglcggjhncpjibgbb
Opis Rendezvous with Friends
Rozmiar pliku 48.41 KB
Liczba instalacji 18
Aktualna Wersja 0.11
Ostatnia Aktualizacja 2015-01-13
Data Publikacji 2015-01-12
Ocena 5.00/5 Łącznie 3 Oceny
Deweloper from www.rundavoo.com
Typ Płatności free
Strona Rozszerzenia http://www.rundavoo.com
Obsługiwane Języki 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"
    }
}