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
官方網址 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"
    }
}