Lambus

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

Lambus là gì?

Lambus là một tiện ích mở rộng Chrome được phát triển bởi Lambus, và tính năng chính của nó là "Find places on the web and import them into your itinerary with few clicks!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Lambus

Tải xuống các tệp mở rộng Lambus dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Lambus Lambus
ID aibgbofhjlgdkajphpcpdpnkmpeoogip
URL Chính Thức https://chromewebstore.google.com/detail/lambus/aibgbofhjlgdkajphpcpdpnkmpeoogip
Mô tả Find places on the web and import them into your itinerary with few clicks!
Kích Thước Tệp 1.13 MB
Số Lần Cài Đặt 134
Phiên Bản Hiện Tại 2.0.3
Cập Nhật Lần Cuối 2024-01-17
Ngày Phát Hành 2022-01-24
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Lambus
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://lambus.com
URL Trang Trợ Giúp https://support.lambus.com
URL Trang Chính Sách Bảo Mật https://lambus.com/meta/privacy
Ngôn Ngữ Được Hỗ Trợ 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": [
                ""
            ]
        }
    ]
}