Show Me The Points

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

Co to jest Show Me The Points?

Show Me The Points to rozszerzenie Chrome opracowane przez abcpp, a jego główną funkcją jest „This extension reveals hotel's points rate in the Hyatt.com search results”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Show Me The Points

Pobierz pliki rozszerzeń Show Me The Points w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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"                    

Podstawowe informacje o rozszerzeniu

Nazwa Show Me The Points Show Me The Points
ID ceeleffgoojglmmgpfknkalgpnapcedh
Oficjalny URL https://chromewebstore.google.com/detail/show-me-the-points/ceeleffgoojglmmgpfknkalgpnapcedh
Opis This extension reveals hotel's points rate in the Hyatt.com search results
Rozmiar pliku 33.2 KB
Liczba instalacji 244
Aktualna Wersja 2.1
Ostatnia Aktualizacja 2017-12-15
Data Publikacji 2017-12-15
Ocena 4.00/5 Łącznie 1 Oceny
Deweloper abcpp
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia http://www.hyatt.com
Adres URL Strony Pomocy http://www.flyertalk.com/forum/travel-tools/1778642-show-me-points.html
Obsługiwane Języki 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"
            ]
        }
    ]
}