Hotel Deals Finder

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

Was ist Hotel Deals Finder?

Hotel Deals Finder ist eine Chrome-Erweiterung, die von https://nextseek.appspot.com entwickelt wurde, und ihr Hauptmerkmal ist "Find cheap hotels and discounts when you book on hotels.com. Compare hotel deals, offers and read unbiased reviews on hotels".

Erweiterungsscreenshots

screenshot

Hotel Deals Finder-Erweiterungs-CRX-Datei herunterladen

Laden Sie Hotel Deals Finder-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                                            

Grundlegende Informationen zur Erweiterung

Name Hotel Deals Finder Hotel Deals Finder
ID jdkjckndecegekgnogmeobdajbnnmgng
Offizielle URL https://chromewebstore.google.com/detail/hotel-deals-finder/jdkjckndecegekgnogmeobdajbnnmgng
Beschreibung Find cheap hotels and discounts when you book on hotels.com. Compare hotel deals, offers and read unbiased reviews on hotels
Dateigröße 30.91 KB
Installationsanzahl 1,052
Aktuelle Version 2.1.2.1
Letztes Update 2018-03-04
Veröffentlichungsdatum 2018-03-04
Bewertung 2.60/5 Insgesamt 10 Bewertungen
Entwickler https://nextseek.appspot.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://nextseek.appspot.com/en
Hilfeseite URL https://nextseek.appspot.com/en
URL der Datenschutzrichtlinien-Seite https://smartlivingbox.com/pages/privacy-policy
Unterstützte Sprachen 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"
    }
}