Hotel Canary

Find out the hotel you will get with Express Deals in Priceline

¿Qué es Hotel Canary?

Hotel Canary es una extensión de Chrome desarrollada por Hotel Canary, y su función principal es "Find out the hotel you will get with Express Deals in Priceline".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Hotel Canary

Descarga archivos de extensión Hotel Canary 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

                        Hotel Canary is an extension that helps you find hotel deals.

It works with priceline.com. When you are navigating the express deals section, Hotel Canary displays a little popup with the list of hotels that match all the criteria of the deal. That helps you decide fast if you want to take the deal! 

To use it after installation, just choose your deal and click on the extension icon on the right top corner of the browser.

NOTE: Mac users need to click on the deal first, and once the new window opens, click on the bell icon to reveal the list of hotels.                    

Información Básica de la Extensión

Nombre Hotel Canary Hotel Canary
ID akjikdkembhkhceaegjokdpggfcefigk
URL Oficial https://chromewebstore.google.com/detail/hotel-canary/akjikdkembhkhceaegjokdpggfcefigk
Descripción Find out the hotel you will get with Express Deals in Priceline
Tamaño del Archivo 27.76 KB
Cantidad de Instalaciones 8,688
Versión Actual 1.0.15
Última Actualización 2018-02-26
Fecha de Publicación 2018-02-25
Calificación 3.45/5 Total de 49 Calificaciones
Desarrollador Hotel Canary
Tipo de Pago free
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hotel Canary",
    "description": "Find out the hotel you will get with Express Deals in Priceline",
    "version": "1.0.15",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "declarativeContent",
        "activeTab",
        "http:\/\/*.priceline.com\/",
        "https:\/\/*.priceline.com\/"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "page_action": {
        "default_title": "Check hotels",
        "default_icon": "desk-bell-icon.png",
        "default_popup": "popup.html"
    }
}