Hotel Deals Finder

Find cheap hotels and discounts when you book on hotels.com. Compare hotel deals, offers and read unbiased reviews on hotels

Qu'est-ce que Hotel Deals Finder ?

Hotel Deals Finder est une extension Chrome développée par https://nextseek.appspot.com, et sa fonction principale est "Find cheap hotels and discounts when you book on hotels.com. Compare hotel deals, offers and read unbiased reviews on hotels".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Hotel Deals Finder

Téléchargez les fichiers d'extension Hotel Deals Finder 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

                                            

Informations de Base sur l'Extension

Nom Hotel Deals Finder Hotel Deals Finder
ID jdkjckndecegekgnogmeobdajbnnmgng
URL Officiel https://chromewebstore.google.com/detail/hotel-deals-finder/jdkjckndecegekgnogmeobdajbnnmgng
Description Find cheap hotels and discounts when you book on hotels.com. Compare hotel deals, offers and read unbiased reviews on hotels
Taille du Fichier 30.91 KB
Nombre d'Installations 1,052
Version Actuelle 2.1.2.1
Dernière Mise à Jour 2018-03-04
Date de Publication 2018-03-04
Évaluation 2.60/5 Total 10 Évaluations
Développeur https://nextseek.appspot.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://nextseek.appspot.com/en
URL de la Page d'Aide https://nextseek.appspot.com/en
URL de la Page de Politique de Confidentialité https://smartlivingbox.com/pages/privacy-policy
Langues Prises en Charge de,en,en-GB,en-US,fr,vi,es,th,zh-CN,zh-TW,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "version": "2.1.2.1",
    "default_locale": "en",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "omnibox": {
        "keyword": "hotel"
    },
    "browser_action": {
        "default_icon": "hotelscom.png",
        "default_title": "Hotels.com"
    },
    "permissions": [
        "tabs",
        "contextMenus",
        "bookmarks"
    ],
    "icons": {
        "128": "hotels.png",
        "16": "hotelscom.png"
    }
}