Hotel Canary

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

What is Hotel Canary?

Hotel Canary is a Chrome extension developed by Hotel Canary, and its main feature is "Find out the hotel you will get with Express Deals in Priceline".

Extension Screenshots

screenshot
screenshot
screenshot

Download Hotel Canary Extension CRX File

Download Hotel Canary extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Hotel Canary Hotel Canary
ID akjikdkembhkhceaegjokdpggfcefigk
Official URL https://chromewebstore.google.com/detail/hotel-canary/akjikdkembhkhceaegjokdpggfcefigk
Description Find out the hotel you will get with Express Deals in Priceline
File Size 27.76 KB
Installation Count 8,688
Current Version 1.0.15
Last Updated 2018-02-26
Publish Date 2018-02-25
Rating 3.45/5 Total 49 Ratings
Developer Hotel Canary
Payment Type free
Supported Languages 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"
    }
}