Lambus

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

Wat is Lambus?

Lambus is een Chrome-extensie ontwikkeld door Lambus, en de belangrijkste functie is "Find places on the web and import them into your itinerary with few clicks!".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Lambus

Download Lambus-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Lambus Lambus
ID aibgbofhjlgdkajphpcpdpnkmpeoogip
Officiële URL https://chromewebstore.google.com/detail/lambus/aibgbofhjlgdkajphpcpdpnkmpeoogip
Beschrijving Find places on the web and import them into your itinerary with few clicks!
Bestandsgrootte 1.13 MB
Aantal Installaties 134
Huidige Versie 2.0.3
Laatst Bijgewerkt 2024-01-17
Publicatiedatum 2022-01-24
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Lambus
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://lambus.com
Help Pagina-URL https://support.lambus.com
URL van de Privacybeleid Pagina https://lambus.com/meta/privacy
Ondersteunde Talen 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": [
                ""
            ]
        }
    ]
}