Lambus

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

Lambus란 무엇입니까?

Lambus은(는) Lambus에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Find places on the web and import them into your itinerary with few clicks!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Lambus 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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

확장 프로그램 기본 정보

이름 Lambus Lambus
ID aibgbofhjlgdkajphpcpdpnkmpeoogip
공식 URL https://chromewebstore.google.com/detail/lambus/aibgbofhjlgdkajphpcpdpnkmpeoogip
설명 Find places on the web and import them into your itinerary with few clicks!
파일 크기 1.13 MB
설치 횟수 134
현재 버전 2.0.3
최근 업데이트 2024-01-17
출시 날짜 2022-01-24
평점 5.00/5 총 1 개의 평점
개발자 Lambus
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://lambus.com
도움말 페이지 URL https://support.lambus.com
개인정보 보호 정책 페이지 URL https://lambus.com/meta/privacy
지원되는 언어 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": [
                ""
            ]
        }
    ]
}