The Travelist
Living the life of a Travelist
The Travelist क्या है?
The Travelist http://d2rinternetholdings.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Living the life of a Travelist"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में The Travelist एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
एक्सटेंशन की मूल जानकारी
नाम | |
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" ] } |