The Travelist

Living the life of a Travelist

Qu'est-ce que The Travelist ?

The Travelist est une extension Chrome développée par http://d2rinternetholdings.com, et sa fonction principale est "Living the life of a Travelist".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension The Travelist

Téléchargez les fichiers d'extension The Travelist au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom The Travelist The Travelist
ID phcifmkjchipkmbcmmnmaldemcbjcogg
URL Officiel https://chrome.google.com/webstore/detail/the-travelist/phcifmkjchipkmbcmmnmaldemcbjcogg
Description Living the life of a Travelist
Taille du Fichier 662 KB
Nombre d'Installations 20
Version Actuelle 2.0
Dernière Mise à Jour 2020-07-11
Date de Publication 2020-07-07
Évaluation 1.00/5 Total 16 Évaluations
Développeur http://d2rinternetholdings.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.d2rinternetholdings.com/thetravelist
URL de la Page d'Aide https://www.d2rinternetholdings.com/contact
URL de la Page de Politique de Confidentialité https://www.d2rinternetholdings.com/privacypolicy
Langues Prises en Charge 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"
    ]
}