Hotel Canary

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

Hvad er Hotel Canary?

Hotel Canary er en Chrome-udvidelse udviklet af Hotel Canary, og dens hovedfunktion er "Find out the hotel you will get with Express Deals in Priceline".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Hotel Canary-udvidelses-CRX-fil

Download Hotel Canary-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Hotel Canary Hotel Canary
ID akjikdkembhkhceaegjokdpggfcefigk
Officiel URL https://chromewebstore.google.com/detail/hotel-canary/akjikdkembhkhceaegjokdpggfcefigk
Beskrivelse Find out the hotel you will get with Express Deals in Priceline
Filstørrelse 27.76 KB
Antal Installationer 8,688
Nuværende Version 1.0.15
Senest Opdateret 2018-02-26
Udgivelsesdato 2018-02-25
Bedømmelse 3.45/5 Samlet 49 Bedømmelser
Udvikler Hotel Canary
Betalingsmetode free
Understøttede Sprog 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"
    }
}