Rundavoo

Rendezvous with Friends

Rundavoo란 무엇입니까?

Rundavoo은(는) from www.rundavoo.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Rendezvous with Friends"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Rundavoo 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    }
}