Rundavoo

Rendezvous with Friends

Co je Rundavoo?

Rundavoo je rozšíření Chrome vyvinuté from www.rundavoo.com, a jeho hlavní funkcí je „Rendezvous with Friends“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Rundavoo

Stáhněte si soubory rozšíření Rundavoo ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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!                    

Základní Informace o Rozšíření

Název Rundavoo Rundavoo
ID jgdhibhfodmpkplhglcggjhncpjibgbb
Oficiální URL https://chrome.google.com/webstore/detail/rundavoo/jgdhibhfodmpkplhglcggjhncpjibgbb
Popis Rendezvous with Friends
Velikost souboru 48.41 KB
Počet instalací 18
Aktuální Verze 0.11
Poslední Aktualizace 2015-01-13
Datum Vydání 2015-01-12
Hodnocení 5.00/5 Celkem 3 Hodnocení
Vývojář from www.rundavoo.com
Typ Platby free
Webové stránky Rozšíření http://www.rundavoo.com
Podporované Jazyky 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"
    }
}