Best Hotel Rate
Easily find the best hotel rate on thousands of booking and travel websites in one simple search
Cos'è Best Hotel Rate?
Best Hotel Rate è un'estensione di Chrome sviluppata da http://www.besthotelrate.info, e la sua funzione principale è "Easily find the best hotel rate on thousands of booking and travel websites in one simple search".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Best Hotel Rate
Scarica i file di estensione Best Hotel Rate in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | |
ID | plpifojmhafilpgbpemdgmbhkclnppgp |
URL Ufficiale | https://chrome.google.com/webstore/detail/best-hotel-rate/plpifojmhafilpgbpemdgmbhkclnppgp |
Descrizione | Easily find the best hotel rate on thousands of booking and travel websites in one simple search |
Dimensione del File | 35.65 KB |
Conteggio Installazioni | 122 |
Versione Corrente | 1.0.1 |
Ultimo Aggiornamento | 2015-09-28 |
Data di Pubblicazione | 2015-09-28 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | http://www.besthotelrate.info |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |