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 abcpp द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension reveals hotel's points rate in the Hyatt.com search results"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Show Me The Points एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
            ]
        }
    ]
}