Lentii itinerary idea upload

Lentii online itinerary! Hotels, plane tickets, or restaurants, store links form any site in one spot!

Lentii itinerary idea upload란 무엇입니까?

Lentii itinerary idea upload은(는) https://lentii.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Lentii online itinerary! Hotels, plane tickets, or restaurants, store links form any site in one spot!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Lentii itinerary idea upload 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Travel planning needs to be quick and easy!

Did you know that the average traveler uses around 30 hours and 15 minutes on planning before a trip over a 5-week duration? That's almost a full-time job, just for planning what to do in your spare time!

We have created an idea-button that makes it super easy for you to collect and save the ideas for your next trip! 

With the idea-button Chrome extension, you're able to save ideas for the trip with just a click! 

Once you click on the button, the idea is automatically saved to your trip-list for the destination, planning a trip couldn't be easier! 

Save anything from restaurants to hotels, home rentals, and attractions. The only limit is your imagination. The idea-button works on any website you visit and will help you sort out the planning for your next vacation. With the button installed, you'll never lose a good idea while browsing the web.

Install the Lentii idea-button today and start planning your dream trip!                    

확장 프로그램 기본 정보

이름 Lentii itinerary idea upload Lentii itinerary idea upload
ID aaoncmehognceaojgnkeaoclhbnknbpc
공식 URL https://chromewebstore.google.com/detail/lentii-itinerary-idea-upl/aaoncmehognceaojgnkeaoclhbnknbpc
설명 Lentii online itinerary! Hotels, plane tickets, or restaurants, store links form any site in one spot!
파일 크기 25.68 KB
설치 횟수 41
현재 버전 1.0.3
최근 업데이트 2019-12-12
출시 날짜 2019-12-10
평점 5.00/5 총 2 개의 평점
개발자 https://lentii.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://lentii.com
도움말 페이지 URL https://lentii.com/faq/
개인정보 보호 정책 페이지 URL https://lentii.com/privacy-policy
지원되는 언어 en
manifest.json
{
    "background": {
        "persistent": false,
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "ico\/lentii_extension_16X16.png",
            "32": "ico\/lentii_extension_32x32.png",
            "48": "ico\/lentii_extension_48x48.png",
            "128": "ico\/lentii_extension_128X128.png"
        },
        "default_title": "Lentii"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "scripts\/content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "default_locale": "en",
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "ico\/lentii_extension_16X16.png",
        "32": "ico\/lentii_extension_32x32.png",
        "48": "ico\/lentii_extension_48x48.png",
        "128": "ico\/lentii_extension_128X128.png"
    },
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "options_page": "options.html",
    "permissions": [
        "activeTab"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.3"
}