Rundavoo
Rendezvous with Friends
Vad är Rundavoo?
Rundavoo är en Chrome-tillägg utvecklad av from www.rundavoo.com, och dess huvudfunktion är "Rendezvous with Friends".
Tilläggsskärmbilder
Ladda ner Rundavoo-förlängningens CRX-fil
Ladda ner Rundavoo-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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!
Grundläggande Information om Tillägg
Namn | |
ID | jgdhibhfodmpkplhglcggjhncpjibgbb |
Officiell webbadress | https://chrome.google.com/webstore/detail/rundavoo/jgdhibhfodmpkplhglcggjhncpjibgbb |
Beskrivning | Rendezvous with Friends |
Filstorlek | 48.41 KB |
Antal Installationer | 18 |
Aktuell Version | 0.11 |
Senast Uppdaterad | 2015-01-13 |
Publiceringsdatum | 2015-01-12 |
Betyg | 5.00/5 Totalt 3 Betyg |
Utvecklare | from www.rundavoo.com |
Betalningssätt | free |
Tilläggswebbplats | http://www.rundavoo.com |
Stödda Språk | 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" } } |