Rundavoo

Rendezvous with Friends

什么是Rundavoo?

Rundavoo是由from www.rundavoo.com开发的Chrome扩展程序,该扩展的主要功能是“Rendezvous with Friends”。

扩展截图

screenshot
screenshot
screenshot

下载Rundavoo扩展crx文件

下载Rundavoo扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
    }
}