Hotel Deals

HOTEL DEALS - Huge selections of cheap hotel rooms available with instant hotel booking

Cos'è Hotel Deals?

Hotel Deals è un'estensione di Chrome sviluppata da https://www.bedroomchecker.com, e la sua funzione principale è "HOTEL DEALS - Huge selections of cheap hotel rooms available with instant hotel booking".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Hotel Deals

Scarica i file di estensione Hotel Deals 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

                        Bedroom Checker offer customers great hotel deals, huge selections of cheap hotel rooms available with instant hotel booking.

Please visit our website at http://www.bedroomchecker.com                    

Informazioni di Base sull'Estensione

Nome Hotel Deals Hotel Deals
ID egeomnlkcoongacpdgbcecbaojjggnaf
URL Ufficiale https://chromewebstore.google.com/detail/hotel-deals/egeomnlkcoongacpdgbcecbaojjggnaf
Descrizione HOTEL DEALS - Huge selections of cheap hotel rooms available with instant hotel booking
Dimensione del File 401 KB
Conteggio Installazioni 40
Versione Corrente 2.0
Ultimo Aggiornamento 2017-09-17
Data di Pubblicazione 2017-09-04
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://www.bedroomchecker.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://www.bedroomchecker.com
URL della Pagina di Aiuto http://www.bedroomchecker.com/company/faq
URL della Pagina della Politica sulla Privacy http://www.bedroomchecker.com/company/privacy
Lingue Supportate id,ms,de,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,hi,bn,gu,ta,te,kn-IN,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "jquery.js",
            "background.js"
        ],
        "persistent": false
    },
    "description": "HOTEL DEALS - Huge selections of cheap hotel rooms available with instant hotel booking",
    "browser_action": {
        "default_icon": {
            "19": "Icon19.png"
        }
    },
    "content_scripts": [
        {
            "js": [
                "jquery.js",
                "jquery-ui.js",
                "content.js"
            ],
            "css": [
                "jquery-ui.css"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "128": "Icon128.png",
        "19": "Icon19.png",
        "48": "Icon128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/hotels.bedroomchecker.com; object-src 'self'",
    "manifest_version": 2,
    "name": "Hotel Deals",
    "default_locale": "en_US",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage",
        "tabs"
    ],
    "version": "2.0"
}