The Travelist

Living the life of a Travelist

The Travelist란 무엇입니까?

The Travelist은(는) http://d2rinternetholdings.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Living the life of a Travelist"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        The Travelist extension & Search  By D2R Internet Holdings

The Travelist extension gives you everything that you need to book your next flight, find the perfect lodging and plan your itinerary The Travelist has you covered!
All the tools that you need for your next travel right on your new tab page.
This extension sets your new tab page to The Travelist so you can access all these features.

Please read carefully: By installing the The Travelist extension extension you agree to install this application, and you agree to the End User License Agreement and the Privacy Policy. 
Please note that this extension provides an easy to use search option right inside your new tab extension!

End User License Agreement - https://www.d2rinternetholdings.com/termsconditions-travel/
Privacy Policy - https://www.d2rinternetholdings.com/privacypolicy-travel/

you may remove this extension at any time from the chrome extension page                    

확장 프로그램 기본 정보

이름 The Travelist The Travelist
ID phcifmkjchipkmbcmmnmaldemcbjcogg
공식 URL https://chrome.google.com/webstore/detail/the-travelist/phcifmkjchipkmbcmmnmaldemcbjcogg
설명 Living the life of a Travelist
파일 크기 662 KB
설치 횟수 20
현재 버전 2.0
최근 업데이트 2020-07-11
출시 날짜 2020-07-07
평점 1.00/5 총 16 개의 평점
개발자 http://d2rinternetholdings.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.d2rinternetholdings.com/thetravelist
도움말 페이지 URL https://www.d2rinternetholdings.com/contact
개인정보 보호 정책 페이지 URL https://www.d2rinternetholdings.com/privacypolicy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "The Travelist",
    "version": "2.0",
    "manifest_version": 2,
    "description": "Living the life of a Travelist",
    "icons": {
        "19": "images\/icon_19.png",
        "38": "images\/icon_38.png",
        "128": "images\/icon_128.png"
    },
    "browser_action": {
        "default_title": "The Travelist - Living the life of a Travelist",
        "default_icon": {
            "19": "images\/icon_19.png",
            "38": "images\/icon_38.png"
        },
        "default_popup": "html\/main.html"
    },
    "options_page": "html\/options.html",
    "homepage_url": "http:\/\/d2rinternetholdings.com\/",
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "html\/new_tab.html"
    },
    "permissions": [
        "topSites",
        "chrome:\/\/favicon\/*",
        "storage"
    ]
}