Lambus

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

¿Qué es Lambus?

Lambus es una extensión de Chrome desarrollada por Lambus, y su función principal es "Find places on the web and import them into your itinerary with few clicks!".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Lambus

Descarga archivos de extensión Lambus en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

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

Información Básica de la Extensión

Nombre Lambus Lambus
ID aibgbofhjlgdkajphpcpdpnkmpeoogip
URL Oficial https://chromewebstore.google.com/detail/lambus/aibgbofhjlgdkajphpcpdpnkmpeoogip
Descripción Find places on the web and import them into your itinerary with few clicks!
Tamaño del Archivo 1.13 MB
Cantidad de Instalaciones 134
Versión Actual 2.0.3
Última Actualización 2024-01-17
Fecha de Publicación 2022-01-24
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador Lambus
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://lambus.com
URL de la Página de Ayuda https://support.lambus.com
URL de la Página de Política de Privacidad https://lambus.com/meta/privacy
Idiomas Soportados 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": [
                ""
            ]
        }
    ]
}