Show Me The Points

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

What is Show Me The Points?

Show Me The Points is a Chrome extension developed by abcpp, and its main feature is "This extension reveals hotel's points rate in the Hyatt.com search results".

Extension Screenshots

screenshot
screenshot
screenshot

Download Show Me The Points Extension CRX File

Download Show Me The Points 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

                        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"                    

Extension Basic Information

Name Show Me The Points Show Me The Points
ID ceeleffgoojglmmgpfknkalgpnapcedh
Official URL https://chromewebstore.google.com/detail/show-me-the-points/ceeleffgoojglmmgpfknkalgpnapcedh
Description This extension reveals hotel's points rate in the Hyatt.com search results
File Size 33.2 KB
Installation Count 244
Current Version 2.1
Last Updated 2017-12-15
Publish Date 2017-12-15
Rating 4.00/5 Total 1 Ratings
Developer abcpp
Email [email protected]
Payment Type free
Extension Website http://www.hyatt.com
Help Page URL http://www.flyertalk.com/forum/travel-tools/1778642-show-me-points.html
Supported Languages 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"
            ]
        }
    ]
}