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文件

下载Hotel Deals Finder扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                                            

扩展基本信息

名称 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"
    }
}