Best Hotel Rate
Easily find the best hotel rate on thousands of booking and travel websites in one simple search
¿Qué es Best Hotel Rate?
Best Hotel Rate es una extensión de Chrome desarrollada por http://www.besthotelrate.info, y su función principal es "Easily find the best hotel rate on thousands of booking and travel websites in one simple search".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Best Hotel Rate
Descarga archivos de extensión Best Hotel Rate en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | |
ID | plpifojmhafilpgbpemdgmbhkclnppgp |
URL Oficial | https://chrome.google.com/webstore/detail/best-hotel-rate/plpifojmhafilpgbpemdgmbhkclnppgp |
Descripción | Easily find the best hotel rate on thousands of booking and travel websites in one simple search |
Tamaño del Archivo | 35.65 KB |
Cantidad de Instalaciones | 122 |
Versión Actual | 1.0.1 |
Última Actualización | 2015-09-28 |
Fecha de Publicación | 2015-09-28 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | http://www.besthotelrate.info |
Tipo de Pago | free |
Idiomas Soportados | 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" ] } |