The Travelist

Living the life of a Travelist

Τι είναι το The Travelist;

Το The Travelist είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://d2rinternetholdings.com, και η κύρια λειτουργία του είναι "Living the life of a Travelist".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης The Travelist

Λήψη αρχείων επέκτασης The Travelist σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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"
    ]
}