Hotel Deals Finder

Find cheap hotels and discounts when you book on hotels.com. Compare hotel deals, offers and read unbiased reviews on hotels

Hotel Deals Finder란 무엇입니까?

Hotel Deals Finder은(는) https://nextseek.appspot.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Find cheap hotels and discounts when you book on hotels.com. Compare hotel deals, offers and read unbiased reviews on hotels"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                                            

확장 프로그램 기본 정보

이름 Hotel Deals Finder Hotel Deals Finder
ID jdkjckndecegekgnogmeobdajbnnmgng
공식 URL https://chromewebstore.google.com/detail/hotel-deals-finder/jdkjckndecegekgnogmeobdajbnnmgng
설명 Find cheap hotels and discounts when you book on hotels.com. Compare hotel deals, offers and read unbiased reviews on hotels
파일 크기 30.91 KB
설치 횟수 1,052
현재 버전 2.1.2.1
최근 업데이트 2018-03-04
출시 날짜 2018-03-04
평점 2.60/5 총 10 개의 평점
개발자 https://nextseek.appspot.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://nextseek.appspot.com/en
도움말 페이지 URL https://nextseek.appspot.com/en
개인정보 보호 정책 페이지 URL https://smartlivingbox.com/pages/privacy-policy
지원되는 언어 de,en,en-GB,en-US,fr,vi,es,th,zh-CN,zh-TW,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "version": "2.1.2.1",
    "default_locale": "en",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "omnibox": {
        "keyword": "hotel"
    },
    "browser_action": {
        "default_icon": "hotelscom.png",
        "default_title": "Hotels.com"
    },
    "permissions": [
        "tabs",
        "contextMenus",
        "bookmarks"
    ],
    "icons": {
        "128": "hotels.png",
        "16": "hotelscom.png"
    }
}