Best Hotel Rate
Easily find the best hotel rate on thousands of booking and travel websites in one simple search
什么是Best Hotel Rate?
Best Hotel Rate是由http://www.besthotelrate.info开发的Chrome扩展程序,该扩展的主要功能是“Easily find the best hotel rate on thousands of booking and travel websites in one simple search”。
扩展截图
下载Best Hotel Rate扩展crx文件
下载Best Hotel Rate扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Best Hotel Rate: * Super easy, One search, Thousands of booking and travel websites * Best rates guaranteed * No booking fee, no mark-up * 5,000,000+ hotel deals * 860,000+ accommodation properties * 120,000+ destinations in 220+ countries * Search by city, airport, landmark, attraction, and more... * Available in 40+ different language and 120+ currency * Award winning hotel comparison engine * 300+ million travelers used the same engine to find best rates last year
扩展基本信息
名称 | |
ID | plpifojmhafilpgbpemdgmbhkclnppgp |
官方URL | https://chrome.google.com/webstore/detail/best-hotel-rate/plpifojmhafilpgbpemdgmbhkclnppgp |
简介 | Easily find the best hotel rate on thousands of booking and travel websites in one simple search |
文件大小 | 35.65 KB |
安装次数 | 122 |
当前版本 | 1.0.1 |
更新时间 | 2015-09-28 |
上架时间 | 2015-09-28 |
评分 | 5.00/5 共1次评分 |
开发者 | http://www.besthotelrate.info |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Best Hotel Rate", "version": "1.0.1", "description": "Easily find the best hotel rate on thousands of booking and travel websites in one simple search", "icons": { "16": "16.png", "32": "32.png", "48": "48.png", "96": "96.png", "128": "128.png" }, "browser_action": { "default_title": "Hotels", "default_icon": "128.png", "default_popup": "popup.html" }, "permissions": [ "http:\/\/*.besthotelrate.info\/", "geolocation" ] } |