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" ] } |