Show Me The Points

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

Apa itu Show Me The Points?

Show Me The Points adalah ekstensi Chrome yang dikembangkan oleh abcpp, dan fitur utamanya adalah "This extension reveals hotel's points rate in the Hyatt.com search results".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Show Me The Points

Unduh file ekstensi Show Me The Points dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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"                    

Informasi Dasar Ekstensi

Nama Show Me The Points Show Me The Points
ID ceeleffgoojglmmgpfknkalgpnapcedh
URL Resmi https://chromewebstore.google.com/detail/show-me-the-points/ceeleffgoojglmmgpfknkalgpnapcedh
Deskripsi This extension reveals hotel's points rate in the Hyatt.com search results
Ukuran File 33.2 KB
Jumlah Instalasi 244
Versi Saat Ini 2.1
Terakhir Diperbarui 2017-12-15
Tanggal Publikasi 2017-12-15
Penilaian 4.00/5 Total 1 Penilaian
Pengembang abcpp
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://www.hyatt.com
URL Halaman Bantuan http://www.flyertalk.com/forum/travel-tools/1778642-show-me-points.html
Bahasa yang Didukung 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"
            ]
        }
    ]
}