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