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」です。
拡張機能のスクリーンショット
Hotel Deals Finder拡張機能のCRXファイルをダウンロード
Hotel Deals Finder拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
}
} | |