Hotel Deals Finder

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

Cos'è Hotel Deals Finder?

Hotel Deals Finder è un'estensione di Chrome sviluppata da https://nextseek.appspot.com, e la sua funzione principale è "Find cheap hotels and discounts when you book on hotels.com. Compare hotel deals, offers and read unbiased reviews on hotels".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Hotel Deals Finder

Scarica i file di estensione Hotel Deals Finder in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                                            

Informazioni di Base sull'Estensione

Nome Hotel Deals Finder Hotel Deals Finder
ID jdkjckndecegekgnogmeobdajbnnmgng
URL Ufficiale https://chromewebstore.google.com/detail/hotel-deals-finder/jdkjckndecegekgnogmeobdajbnnmgng
Descrizione Find cheap hotels and discounts when you book on hotels.com. Compare hotel deals, offers and read unbiased reviews on hotels
Dimensione del File 30.91 KB
Conteggio Installazioni 1,052
Versione Corrente 2.1.2.1
Ultimo Aggiornamento 2018-03-04
Data di Pubblicazione 2018-03-04
Valutazione 2.60/5 Totale 10 Valutazioni
Sviluppatore https://nextseek.appspot.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://nextseek.appspot.com/en
URL della Pagina di Aiuto https://nextseek.appspot.com/en
URL della Pagina della Politica sulla Privacy https://smartlivingbox.com/pages/privacy-policy
Lingue Supportate 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"
    }
}