Show Me The Points
This extension reveals hotel's points rate in the Hyatt.com search results
Wat is Show Me The Points?
Show Me The Points is een Chrome-extensie ontwikkeld door abcpp, en de belangrijkste functie is "This extension reveals hotel's points rate in the Hyatt.com search results".
Extensie Screenshots
Download het CRX-bestand van de extensie Show Me The Points
Download Show Me The Points-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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" Basisinformatie over de Extensie
| Naam | |
| ID | ceeleffgoojglmmgpfknkalgpnapcedh |
| Officiële URL | https://chromewebstore.google.com/detail/show-me-the-points/ceeleffgoojglmmgpfknkalgpnapcedh |
| Beschrijving | This extension reveals hotel's points rate in the Hyatt.com search results |
| Bestandsgrootte | 33.2 KB |
| Aantal Installaties | 244 |
| Huidige Versie | 2.1 |
| Laatst Bijgewerkt | 2017-12-15 |
| Publicatiedatum | 2017-12-15 |
| Beoordeling | 4.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | abcpp |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | http://www.hyatt.com |
| Help Pagina-URL | http://www.flyertalk.com/forum/travel-tools/1778642-show-me-points.html |
| Ondersteunde Talen | 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"
]
}
]
} | |