Lambus

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

Hvad er Lambus?

Lambus er en Chrome-udvidelse udviklet af Lambus, og dens hovedfunktion er "Find places on the web and import them into your itinerary with few clicks!".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Lambus-udvidelses-CRX-fil

Download Lambus-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Lambus Lambus
ID aibgbofhjlgdkajphpcpdpnkmpeoogip
Officiel URL https://chromewebstore.google.com/detail/lambus/aibgbofhjlgdkajphpcpdpnkmpeoogip
Beskrivelse Find places on the web and import them into your itinerary with few clicks!
Filstørrelse 1.13 MB
Antal Installationer 134
Nuværende Version 2.0.3
Senest Opdateret 2024-01-17
Udgivelsesdato 2022-01-24
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler Lambus
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://lambus.com
Hjælpeside-URL https://support.lambus.com
URL til Fortrolighedspolitik Side https://lambus.com/meta/privacy
Understøttede Sprog 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": [
                ""
            ]
        }
    ]
}