Show Me The Points

This extension reveals hotel's points rate in the Hyatt.com search results

Что такое Show Me The Points?

Show Me The Points - это расширение Chrome, разработанное abcpp, и его основная функция - "This extension reveals hotel's points rate in the Hyatt.com search results".

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

screenshot
screenshot
screenshot

Скачать файл CRX расширения Show Me The Points

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

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

                        This extension enables you to see point rate while searching for a Hyatt property on the Hyatt.com desktop website. Each property will show smallest number of points needed for a redemption. If the hotel doesn't have points availability for a given period of time, it will say "N/A"                    

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

Название Show Me The Points Show Me The Points
ID ceeleffgoojglmmgpfknkalgpnapcedh
Официальный URL https://chromewebstore.google.com/detail/show-me-the-points/ceeleffgoojglmmgpfknkalgpnapcedh
Описание This extension reveals hotel's points rate in the Hyatt.com search results
Размер файла 33.2 KB
Количество установок 244
Текущая Версия 2.1
Последнее Обновление 2017-12-15
Дата публикации 2017-12-15
Рейтинг 4.00/5 Всего 1 оценок
Разработчик abcpp
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения http://www.hyatt.com
URL страницы помощи http://www.flyertalk.com/forum/travel-tools/1778642-show-me-points.html
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Show Me The Points",
    "description": "This extension reveals hotel's points rate in the Hyatt.com search results",
    "version": "2.1",
    "permissions": [
        "*:\/\/*.hyatt.com\/search\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.hyatt.com\/search\/*"
            ],
            "js": [
                "jquery-3.2.1.min.js",
                "reveal.js"
            ]
        }
    ]
}