Lambus

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

Apa itu Lambus?

Lambus adalah ekstensi Chrome yang dikembangkan oleh Lambus, dan fitur utamanya adalah "Find places on the web and import them into your itinerary with few clicks!".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Lambus

Unduh file ekstensi Lambus dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Lambus Lambus
ID aibgbofhjlgdkajphpcpdpnkmpeoogip
URL Resmi https://chromewebstore.google.com/detail/lambus/aibgbofhjlgdkajphpcpdpnkmpeoogip
Deskripsi Find places on the web and import them into your itinerary with few clicks!
Ukuran File 1.13 MB
Jumlah Instalasi 134
Versi Saat Ini 2.0.3
Terakhir Diperbarui 2024-01-17
Tanggal Publikasi 2022-01-24
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Lambus
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://lambus.com
URL Halaman Bantuan https://support.lambus.com
URL Halaman Kebijakan Privasi https://lambus.com/meta/privacy
Bahasa yang Didukung 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": [
                ""
            ]
        }
    ]
}