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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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"
    }
}