The Travelist

Living the life of a Travelist

O que é The Travelist?

The Travelist é uma extensão do Chrome desenvolvida por http://d2rinternetholdings.com, e sua principal característica é "Living the life of a Travelist".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão The Travelist

Baixe arquivos de extensão The Travelist no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome The Travelist The Travelist
ID phcifmkjchipkmbcmmnmaldemcbjcogg
URL Oficial https://chrome.google.com/webstore/detail/the-travelist/phcifmkjchipkmbcmmnmaldemcbjcogg
Descrição Living the life of a Travelist
Tamanho do Arquivo 662 KB
Contagem de Instalações 20
Versão Atual 2.0
Última Atualização 2020-07-11
Data de Publicação 2020-07-07
Classificação 1.00/5 Total de 16 Avaliações
Desenvolvedor http://d2rinternetholdings.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.d2rinternetholdings.com/thetravelist
URL da Página de Ajuda https://www.d2rinternetholdings.com/contact
URL da Página de Política de Privacidade https://www.d2rinternetholdings.com/privacypolicy
Idiomas Suportados 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"
    ]
}