Rundavoo

Rendezvous with Friends

Rundavooคืออะไร?

Rundavoo เป็นส่วนขยายของ Chrome ที่พัฒนาโดย from www.rundavoo.com และคุณลักษณะหลักของมันคือ "Rendezvous with Friends"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Rundavoo

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}