Hotel Deals

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

Wat is Hotel Deals?

Hotel Deals is een Chrome-extensie ontwikkeld door https://www.bedroomchecker.com, en de belangrijkste functie is "HOTEL DEALS - Huge selections of cheap hotel rooms available with instant hotel booking".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Hotel Deals

Download Hotel Deals-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Hotel Deals Hotel Deals
ID egeomnlkcoongacpdgbcecbaojjggnaf
Officiële URL https://chromewebstore.google.com/detail/hotel-deals/egeomnlkcoongacpdgbcecbaojjggnaf
Beschrijving HOTEL DEALS - Huge selections of cheap hotel rooms available with instant hotel booking
Bestandsgrootte 401 KB
Aantal Installaties 40
Huidige Versie 2.0
Laatst Bijgewerkt 2017-09-17
Publicatiedatum 2017-09-04
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://www.bedroomchecker.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://www.bedroomchecker.com
Help Pagina-URL http://www.bedroomchecker.com/company/faq
URL van de Privacybeleid Pagina http://www.bedroomchecker.com/company/privacy
Ondersteunde Talen 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"
}