Lambus

Find places on the web and import them into your itinerary with few clicks!

Τι είναι το Lambus;

Το Lambus είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Lambus, και η κύρια λειτουργία του είναι "Find places on the web and import them into your itinerary with few clicks!".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Lambus

Λήψη αρχείων επέκτασης Lambus σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        With this extension, you can easily import new places into your itinerary by highlighting any place name (e.g. in blogs) and right-clicking on "Import to Lambus".

Then simply select the trip and decide whether the place should be imported as a "Stop" or "Point of Interest".

We would be very happy to receive your feedback. If you have any questions or need additional help, please feel free to contact us at [email protected]!                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Lambus Lambus
ID aibgbofhjlgdkajphpcpdpnkmpeoogip
Επίσημο URL https://chromewebstore.google.com/detail/lambus/aibgbofhjlgdkajphpcpdpnkmpeoogip
Περιγραφή Find places on the web and import them into your itinerary with few clicks!
Μέγεθος Αρχείου 1.13 MB
Αριθμός Εγκαταστάσεων 134
Τρέχουσα Έκδοση 2.0.3
Τελευταία Ενημέρωση 2024-01-17
Ημερομηνία Δημοσίευσης 2022-01-24
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής Lambus
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://lambus.com
Διεύθυνση URL της Σελίδας Βοήθειας https://support.lambus.com
URL της Σελίδας Πολιτικής Απορρήτου https://lambus.com/meta/privacy
Υποστηριζόμενες Γλώσσες id,de,en,fr,es,it
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.0.3",
    "name": "__MSG_appName__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "permissions": [
        "contextMenus",
        "activeTab",
        "cookies",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/*.lambus.com\/*",
        "*:\/\/*.api.lambus.io\/*"
    ],
    "manifest_version": 3,
    "icons": {
        "16": "icons\/icon-16.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "action": {
        "default_popup": "src\/popup\/popup.html",
        "default_icon": {
            "16": "icons\/icon-16.png",
            "48": "icons\/icon-48.png",
            "128": "icons\/icon-128.png"
        }
    },
    "background": {
        "service_worker": "src\/background-scripts\/background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "themes\/*.png",
                "fonts\/*.*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}