Show Me The Points
This extension reveals hotel's points rate in the Hyatt.com search results
Hvad er Show Me The Points?
Show Me The Points er en Chrome-udvidelse udviklet af abcpp, og dens hovedfunktion er "This extension reveals hotel's points rate in the Hyatt.com search results".
Udvidelsesskærmbilleder
Download Show Me The Points-udvidelses-CRX-fil
Download Show Me The Points-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
| Navn | |
| ID | ceeleffgoojglmmgpfknkalgpnapcedh |
| Officiel URL | https://chromewebstore.google.com/detail/show-me-the-points/ceeleffgoojglmmgpfknkalgpnapcedh |
| Beskrivelse | This extension reveals hotel's points rate in the Hyatt.com search results |
| Filstørrelse | 33.2 KB |
| Antal Installationer | 244 |
| Nuværende Version | 2.1 |
| Senest Opdateret | 2017-12-15 |
| Udgivelsesdato | 2017-12-15 |
| Bedømmelse | 4.00/5 Samlet 1 Bedømmelser |
| Udvikler | abcpp |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | http://www.hyatt.com |
| Hjælpeside-URL | http://www.flyertalk.com/forum/travel-tools/1778642-show-me-points.html |
| Understøttede Sprog | 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"
]
}
]
} | |