Rundavoo
Rendezvous with Friends
Rundavoo là gì?
Rundavoo là một tiện ích mở rộng Chrome được phát triển bởi from www.rundavoo.com, và tính năng chính của nó là "Rendezvous with Friends".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Rundavoo
Tải xuống các tệp mở rộng Rundavoo dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | jgdhibhfodmpkplhglcggjhncpjibgbb |
URL Chính Thức | https://chrome.google.com/webstore/detail/rundavoo/jgdhibhfodmpkplhglcggjhncpjibgbb |
Mô tả | Rendezvous with Friends |
Kích Thước Tệp | 48.41 KB |
Số Lần Cài Đặt | 18 |
Phiên Bản Hiện Tại | 0.11 |
Cập Nhật Lần Cuối | 2015-01-13 |
Ngày Phát Hành | 2015-01-12 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | from www.rundavoo.com |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://www.rundavoo.com |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |