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 - это расширение Chrome, разработанное https://nextseek.appspot.com, и его основная функция - "Find cheap hotels and discounts when you book on hotels.com. Compare hotel deals, offers and read unbiased reviews on hotels".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Hotel Deals Finder

Скачайте файлы расширений Hotel Deals Finder в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                                            

Основная информация о расширении

Название Hotel Deals Finder Hotel Deals Finder
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
Электронная почта [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"
    }
}