Lambus

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

Qu'est-ce que Lambus ?

Lambus est une extension Chrome développée par Lambus, et sa fonction principale est "Find places on the web and import them into your itinerary with few clicks!".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Lambus

Téléchargez les fichiers d'extension Lambus au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Lambus Lambus
ID aibgbofhjlgdkajphpcpdpnkmpeoogip
URL Officiel https://chromewebstore.google.com/detail/lambus/aibgbofhjlgdkajphpcpdpnkmpeoogip
Description Find places on the web and import them into your itinerary with few clicks!
Taille du Fichier 1.13 MB
Nombre d'Installations 134
Version Actuelle 2.0.3
Dernière Mise à Jour 2024-01-17
Date de Publication 2022-01-24
Évaluation 5.00/5 Total 1 Évaluations
Développeur Lambus
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://lambus.com
URL de la Page d'Aide https://support.lambus.com
URL de la Page de Politique de Confidentialité https://lambus.com/meta/privacy
Langues Prises en Charge 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": [
                ""
            ]
        }
    ]
}