Lentii itinerary idea upload
Lentii online itinerary! Hotels, plane tickets, or restaurants, store links form any site in one spot!
Τι είναι το Lentii itinerary idea upload;
Το Lentii itinerary idea upload είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://lentii.com, και η κύρια λειτουργία του είναι "Lentii online itinerary! Hotels, plane tickets, or restaurants, store links form any site in one spot!".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Lentii itinerary idea upload
Λήψη αρχείων επέκτασης Lentii itinerary idea upload σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Travel planning needs to be quick and easy! Did you know that the average traveler uses around 30 hours and 15 minutes on planning before a trip over a 5-week duration? That's almost a full-time job, just for planning what to do in your spare time! We have created an idea-button that makes it super easy for you to collect and save the ideas for your next trip! With the idea-button Chrome extension, you're able to save ideas for the trip with just a click! Once you click on the button, the idea is automatically saved to your trip-list for the destination, planning a trip couldn't be easier! Save anything from restaurants to hotels, home rentals, and attractions. The only limit is your imagination. The idea-button works on any website you visit and will help you sort out the planning for your next vacation. With the button installed, you'll never lose a good idea while browsing the web. Install the Lentii idea-button today and start planning your dream trip!
Βασικές Πληροφορίες Επέκτασης
Όνομα | Lentii itinerary idea upload |
ID | aaoncmehognceaojgnkeaoclhbnknbpc |
Επίσημο URL | https://chromewebstore.google.com/detail/lentii-itinerary-idea-upl/aaoncmehognceaojgnkeaoclhbnknbpc |
Περιγραφή | Lentii online itinerary! Hotels, plane tickets, or restaurants, store links form any site in one spot! |
Μέγεθος Αρχείου | 25.68 KB |
Αριθμός Εγκαταστάσεων | 41 |
Τρέχουσα Έκδοση | 1.0.3 |
Τελευταία Ενημέρωση | 2019-12-12 |
Ημερομηνία Δημοσίευσης | 2019-12-10 |
Αξιολόγηση | 5.00/5 Συνολικά 2 Αξιολογήσεις |
Προγραμματιστής | https://lentii.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://lentii.com |
Διεύθυνση URL της Σελίδας Βοήθειας | https://lentii.com/faq/ |
URL της Σελίδας Πολιτικής Απορρήτου | https://lentii.com/privacy-policy |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "background": { "persistent": false, "scripts": [ "scripts\/background.js" ] }, "browser_action": { "default_icon": { "16": "ico\/lentii_extension_16X16.png", "32": "ico\/lentii_extension_32x32.png", "48": "ico\/lentii_extension_48x48.png", "128": "ico\/lentii_extension_128X128.png" }, "default_title": "Lentii" }, "content_scripts": [ { "all_frames": false, "js": [ "scripts\/content.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "default_locale": "en", "description": "__MSG_appDescription__", "icons": { "16": "ico\/lentii_extension_16X16.png", "32": "ico\/lentii_extension_32x32.png", "48": "ico\/lentii_extension_48x48.png", "128": "ico\/lentii_extension_128X128.png" }, "manifest_version": 2, "name": "__MSG_appName__", "options_page": "options.html", "permissions": [ "activeTab" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.3" } |