Rundavoo
Rendezvous with Friends
Τι είναι το Rundavoo;
Το Rundavoo είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον from www.rundavoo.com, και η κύρια λειτουργία του είναι "Rendezvous with Friends".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου 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!
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
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" } } |