Hotel Deals

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

¿Qué es Hotel Deals?

Hotel Deals es una extensión de Chrome desarrollada por https://www.bedroomchecker.com, y su función principal es "HOTEL DEALS - Huge selections of cheap hotel rooms available with instant hotel booking".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Hotel Deals

Descarga archivos de extensión Hotel Deals en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Hotel Deals Hotel Deals
ID egeomnlkcoongacpdgbcecbaojjggnaf
URL Oficial https://chromewebstore.google.com/detail/hotel-deals/egeomnlkcoongacpdgbcecbaojjggnaf
Descripción HOTEL DEALS - Huge selections of cheap hotel rooms available with instant hotel booking
Tamaño del Archivo 401 KB
Cantidad de Instalaciones 40
Versión Actual 2.0
Última Actualización 2017-09-17
Fecha de Publicación 2017-09-04
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador https://www.bedroomchecker.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión http://www.bedroomchecker.com
URL de la Página de Ayuda http://www.bedroomchecker.com/company/faq
URL de la Página de Política de Privacidad http://www.bedroomchecker.com/company/privacy
Idiomas Soportados 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"
}