Lambus

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

Cos'è Lambus?

Lambus è un'estensione di Chrome sviluppata da Lambus, e la sua funzione principale è "Find places on the web and import them into your itinerary with few clicks!".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Lambus

Scarica i file di estensione Lambus in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Lambus Lambus
ID aibgbofhjlgdkajphpcpdpnkmpeoogip
URL Ufficiale https://chromewebstore.google.com/detail/lambus/aibgbofhjlgdkajphpcpdpnkmpeoogip
Descrizione Find places on the web and import them into your itinerary with few clicks!
Dimensione del File 1.13 MB
Conteggio Installazioni 134
Versione Corrente 2.0.3
Ultimo Aggiornamento 2024-01-17
Data di Pubblicazione 2022-01-24
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Lambus
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://lambus.com
URL della Pagina di Aiuto https://support.lambus.com
URL della Pagina della Politica sulla Privacy https://lambus.com/meta/privacy
Lingue Supportate 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": [
                ""
            ]
        }
    ]
}