Show Me The Points
This extension reveals hotel's points rate in the Hyatt.com search results
Cos'è Show Me The Points?
Show Me The Points è un'estensione di Chrome sviluppata da abcpp, e la sua funzione principale è "This extension reveals hotel's points rate in the Hyatt.com search results".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Show Me The Points
Scarica i file di estensione Show Me The Points in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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" Informazioni di Base sull'Estensione
| Nome | |
| ID | ceeleffgoojglmmgpfknkalgpnapcedh |
| URL Ufficiale | https://chromewebstore.google.com/detail/show-me-the-points/ceeleffgoojglmmgpfknkalgpnapcedh |
| Descrizione | This extension reveals hotel's points rate in the Hyatt.com search results |
| Dimensione del File | 33.2 KB |
| Conteggio Installazioni | 244 |
| Versione Corrente | 2.1 |
| Ultimo Aggiornamento | 2017-12-15 |
| Data di Pubblicazione | 2017-12-15 |
| Valutazione | 4.00/5 Totale 1 Valutazioni |
| Sviluppatore | abcpp |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | http://www.hyatt.com |
| URL della Pagina di Aiuto | http://www.flyertalk.com/forum/travel-tools/1778642-show-me-points.html |
| Lingue Supportate | 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"
]
}
]
} | |