Show Me The Points

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

Qu'est-ce que Show Me The Points ?

Show Me The Points est une extension Chrome développée par abcpp, et sa fonction principale est "This extension reveals hotel's points rate in the Hyatt.com search results".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Show Me The Points

Téléchargez les fichiers d'extension Show Me The Points au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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"                    

Informations de Base sur l'Extension

Nom Show Me The Points Show Me The Points
ID ceeleffgoojglmmgpfknkalgpnapcedh
URL Officiel https://chromewebstore.google.com/detail/show-me-the-points/ceeleffgoojglmmgpfknkalgpnapcedh
Description This extension reveals hotel's points rate in the Hyatt.com search results
Taille du Fichier 33.2 KB
Nombre d'Installations 244
Version Actuelle 2.1
Dernière Mise à Jour 2017-12-15
Date de Publication 2017-12-15
Évaluation 4.00/5 Total 1 Évaluations
Développeur abcpp
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://www.hyatt.com
URL de la Page d'Aide http://www.flyertalk.com/forum/travel-tools/1778642-show-me-points.html
Langues Prises en Charge 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"
            ]
        }
    ]
}