Show Me The Points
This extension reveals hotel's points rate in the Hyatt.com search results
Vad är Show Me The Points?
Show Me The Points är en Chrome-tillägg utvecklad av abcpp, och dess huvudfunktion är "This extension reveals hotel's points rate in the Hyatt.com search results".
Tilläggsskärmbilder
Ladda ner Show Me The Points-förlängningens CRX-fil
Ladda ner Show Me The Points-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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" Grundläggande Information om Tillägg
| Namn | |
| ID | ceeleffgoojglmmgpfknkalgpnapcedh |
| Officiell webbadress | https://chromewebstore.google.com/detail/show-me-the-points/ceeleffgoojglmmgpfknkalgpnapcedh |
| Beskrivning | This extension reveals hotel's points rate in the Hyatt.com search results |
| Filstorlek | 33.2 KB |
| Antal Installationer | 244 |
| Aktuell Version | 2.1 |
| Senast Uppdaterad | 2017-12-15 |
| Publiceringsdatum | 2017-12-15 |
| Betyg | 4.00/5 Totalt 1 Betyg |
| Utvecklare | abcpp |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | http://www.hyatt.com |
| Hjälpsida URL | http://www.flyertalk.com/forum/travel-tools/1778642-show-me-points.html |
| Stödda Språk | 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"
]
}
]
} | |