Hotel Canary

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

Was ist Hotel Canary?

Hotel Canary ist eine Chrome-Erweiterung, die von Hotel Canary entwickelt wurde, und ihr Hauptmerkmal ist "Find out the hotel you will get with Express Deals in Priceline".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Hotel Canary-Erweiterungs-CRX-Datei herunterladen

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

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Hotel Canary Hotel Canary
ID akjikdkembhkhceaegjokdpggfcefigk
Offizielle URL https://chromewebstore.google.com/detail/hotel-canary/akjikdkembhkhceaegjokdpggfcefigk
Beschreibung Find out the hotel you will get with Express Deals in Priceline
Dateigröße 27.76 KB
Installationsanzahl 8,688
Aktuelle Version 1.0.15
Letztes Update 2018-02-26
Veröffentlichungsdatum 2018-02-25
Bewertung 3.45/5 Insgesamt 49 Bewertungen
Entwickler Hotel Canary
Zahlungsart free
Unterstützte Sprachen 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"
    }
}