Hotel Deals

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

Was ist Hotel Deals?

Hotel Deals ist eine Chrome-Erweiterung, die von https://www.bedroomchecker.com entwickelt wurde, und ihr Hauptmerkmal ist "HOTEL DEALS - Huge selections of cheap hotel rooms available with instant hotel booking".

Erweiterungsscreenshots

screenshot
screenshot

Hotel Deals-Erweiterungs-CRX-Datei herunterladen

Laden Sie Hotel Deals-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

                        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                    

Grundlegende Informationen zur Erweiterung

Name Hotel Deals Hotel Deals
ID egeomnlkcoongacpdgbcecbaojjggnaf
Offizielle URL https://chromewebstore.google.com/detail/hotel-deals/egeomnlkcoongacpdgbcecbaojjggnaf
Beschreibung HOTEL DEALS - Huge selections of cheap hotel rooms available with instant hotel booking
Dateigröße 401 KB
Installationsanzahl 40
Aktuelle Version 2.0
Letztes Update 2017-09-17
Veröffentlichungsdatum 2017-09-04
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler https://www.bedroomchecker.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://www.bedroomchecker.com
Hilfeseite URL http://www.bedroomchecker.com/company/faq
URL der Datenschutzrichtlinien-Seite http://www.bedroomchecker.com/company/privacy
Unterstützte Sprachen 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"
}