Rundavoo

Rendezvous with Friends

Rundavoo क्या है?

Rundavoo from www.rundavoo.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Rendezvous with Friends"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Rundavoo एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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!                    

एक्सटेंशन की मूल जानकारी

नाम Rundavoo Rundavoo
ID jgdhibhfodmpkplhglcggjhncpjibgbb
आधिकारिक URL https://chrome.google.com/webstore/detail/rundavoo/jgdhibhfodmpkplhglcggjhncpjibgbb
विवरण Rendezvous with Friends
फ़ाइल का आकार 48.41 KB
स्थापना संख्या 18
वर्तमान संस्करण 0.11
अंतिम अपडेट 2015-01-13
प्रकाशन तिथि 2015-01-12
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर from www.rundavoo.com
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://www.rundavoo.com
समर्थित भाषाएँ 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"
    }
}