Hotel Canary

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

什麼是Hotel Canary?

Hotel Canary是由Hotel Canary開發的Chrome擴展程式,該擴展的主要功能是“Find out the hotel you will get with Express Deals in Priceline”。

擴展截圖

screenshot
screenshot
screenshot

下載Hotel Canary擴展crx文件

下載Hotel Canary擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Hotel Canary Hotel Canary
ID akjikdkembhkhceaegjokdpggfcefigk
官方網址 https://chromewebstore.google.com/detail/hotel-canary/akjikdkembhkhceaegjokdpggfcefigk
簡介 Find out the hotel you will get with Express Deals in Priceline
檔案大小 27.76 KB
安裝次數 8,688
目前版本 1.0.15
更新時間 2018-02-26
上架時間 2018-02-25
評分 3.45/5 共 49 次評分
開發者 Hotel Canary
付費類型 free
支援的語言 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"
    }
}