Rundavoo
Rendezvous with Friends
ما هو Rundavoo؟
Rundavoo هو إضافة Chrome تم تطويرها بواسطة from www.rundavoo.com، والميزة الرئيسية لها هي "Rendezvous with Friends".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Rundavoo
قم بتنزيل ملفات الامتداد Rundavoo بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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!
معلومات أساسية عن التمديد
الاسم | |
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" } } |