Lambus

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

Was ist Lambus?

Lambus ist eine Chrome-Erweiterung, die von Lambus entwickelt wurde, und ihr Hauptmerkmal ist "Find places on the web and import them into your itinerary with few clicks!".

Erweiterungsscreenshots

screenshot
screenshot

Lambus-Erweiterungs-CRX-Datei herunterladen

Laden Sie Lambus-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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]!                    

Grundlegende Informationen zur Erweiterung

Name Lambus Lambus
ID aibgbofhjlgdkajphpcpdpnkmpeoogip
Offizielle URL https://chromewebstore.google.com/detail/lambus/aibgbofhjlgdkajphpcpdpnkmpeoogip
Beschreibung Find places on the web and import them into your itinerary with few clicks!
Dateigröße 1.13 MB
Installationsanzahl 134
Aktuelle Version 2.0.3
Letztes Update 2024-01-17
Veröffentlichungsdatum 2022-01-24
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler Lambus
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://lambus.com
Hilfeseite URL https://support.lambus.com
URL der Datenschutzrichtlinien-Seite https://lambus.com/meta/privacy
Unterstützte Sprachen 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": [
                ""
            ]
        }
    ]
}