Hotel Deals Finder
Find cheap hotels and discounts when you book on hotels.com. Compare hotel deals, offers and read unbiased reviews on hotels
What is Hotel Deals Finder?
Hotel Deals Finder is a Chrome extension developed by https://nextseek.appspot.com, and its main feature is "Find cheap hotels and discounts when you book on hotels.com. Compare hotel deals, offers and read unbiased reviews on hotels".
Extension Screenshots
Download Hotel Deals Finder Extension CRX File
Download Hotel Deals Finder extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | Hotel Deals Finder |
ID | jdkjckndecegekgnogmeobdajbnnmgng |
Official URL | https://chromewebstore.google.com/detail/hotel-deals-finder/jdkjckndecegekgnogmeobdajbnnmgng |
Description | Find cheap hotels and discounts when you book on hotels.com. Compare hotel deals, offers and read unbiased reviews on hotels |
File Size | 30.91 KB |
Installation Count | 1,052 |
Current Version | 2.1.2.1 |
Last Updated | 2018-03-04 |
Publish Date | 2018-03-04 |
Rating | 2.60/5 Total 10 Ratings |
Developer | https://nextseek.appspot.com |
[email protected] | |
Payment Type | free |
Extension Website | https://nextseek.appspot.com/en |
Help Page URL | https://nextseek.appspot.com/en |
Privacy Policy Page URL | https://smartlivingbox.com/pages/privacy-policy |
Supported Languages | 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" } } |