Hotel Deals

HOTEL DEALS - Huge selections of cheap hotel rooms available with instant hotel booking

Hotel Deals란 무엇입니까?

Hotel Deals은(는) https://www.bedroomchecker.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "HOTEL DEALS - Huge selections of cheap hotel rooms available with instant hotel booking"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Hotel Deals 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Bedroom Checker offer customers great hotel deals, huge selections of cheap hotel rooms available with instant hotel booking.

Please visit our website at http://www.bedroomchecker.com                    

확장 프로그램 기본 정보

이름 Hotel Deals Hotel Deals
ID egeomnlkcoongacpdgbcecbaojjggnaf
공식 URL https://chromewebstore.google.com/detail/hotel-deals/egeomnlkcoongacpdgbcecbaojjggnaf
설명 HOTEL DEALS - Huge selections of cheap hotel rooms available with instant hotel booking
파일 크기 401 KB
설치 횟수 40
현재 버전 2.0
최근 업데이트 2017-09-17
출시 날짜 2017-09-04
평점 5.00/5 총 1 개의 평점
개발자 https://www.bedroomchecker.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://www.bedroomchecker.com
도움말 페이지 URL http://www.bedroomchecker.com/company/faq
개인정보 보호 정책 페이지 URL http://www.bedroomchecker.com/company/privacy
지원되는 언어 id,ms,de,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,hi,bn,gu,ta,te,kn-IN,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "jquery.js",
            "background.js"
        ],
        "persistent": false
    },
    "description": "HOTEL DEALS - Huge selections of cheap hotel rooms available with instant hotel booking",
    "browser_action": {
        "default_icon": {
            "19": "Icon19.png"
        }
    },
    "content_scripts": [
        {
            "js": [
                "jquery.js",
                "jquery-ui.js",
                "content.js"
            ],
            "css": [
                "jquery-ui.css"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "128": "Icon128.png",
        "19": "Icon19.png",
        "48": "Icon128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/hotels.bedroomchecker.com; object-src 'self'",
    "manifest_version": 2,
    "name": "Hotel Deals",
    "default_locale": "en_US",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage",
        "tabs"
    ],
    "version": "2.0"
}