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 |
| 官方網址 | 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 |
| 電子郵箱 | [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"
}
} | |