PointsValues

Convert frequent flyer miles and hotel points to dollars based on your own valuations while searching for redemptions.

Was ist PointsValues?

PointsValues ist eine Chrome-Erweiterung, die von http://pointsvalues.com entwickelt wurde, und ihr Hauptmerkmal ist "Convert frequent flyer miles and hotel points to dollars based on your own valuations while searching for redemptions.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

PointsValues-Erweiterungs-CRX-Datei herunterladen

Laden Sie PointsValues-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Frequent flier miles and hotel points are great, but with so many rewards programs out there with different valuations, how do you know if you are getting a good deal, or are better off paying for it in cash?

PointsValues uses an advanced algorithm to detect and tag miles or points redemptions directly on the webpage of a flight or hotel room search. Based on our recommended points valuations, or your own custom valuations, the tag will show you exactly what those miles or points are worth, in dollars.

Simply install the extension, and search for redemptions like you usually do! The extension will automatically tag points and miles redemption options showing its equivalent value in dollars.

Hotels Supported: Hilton, Hyatt, IHG, Marriott, SPG
Airlines Supported: Aeroplan, Air France / KLM, American, British Airways, Delta, Frontier, Hawaiian, JetBlue, Southwest, United. 

PointsValues receives compensation from some of the airlines and hotel chains when a user activates points/miles conversions and books, then completes a paid stay. The points and miles valuations displayed are not affected by these affiliate relationships.                    

Grundlegende Informationen zur Erweiterung

Name PointsValues PointsValues
ID gipjbbgeefhckkmngnhjadgekpeonhda
Offizielle URL https://chrome.google.com/webstore/detail/pointsvalues/gipjbbgeefhckkmngnhjadgekpeonhda
Beschreibung Convert frequent flyer miles and hotel points to dollars based on your own valuations while searching for redemptions.
Dateigröße 108 KB
Installationsanzahl 145
Aktuelle Version 1.0.10
Letztes Update 2017-03-27
Veröffentlichungsdatum 2017-03-27
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler http://pointsvalues.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://www.pointsvalues.com
Hilfeseite URL http://www.pointsvalues.com/extension
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "PointsValues",
    "version": "1.0.10",
    "manifest_version": 2,
    "description": "Convert frequent flyer miles and hotel points to dollars based on your own valuations while searching for redemptions.",
    "homepage_url": "http:\/\/www.pointsvalues.com",
    "icons": {
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "page": "src\/bg\/background.html",
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icons\/icon128.png",
        "default_title": "PointsValues Chrome Extension",
        "default_popup": "src\/page_action\/page_action.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.starwoodhotels.com\/",
                "*:\/\/*.starwoodhotels.com\/preferredguest\/index.html",
                "*:\/\/*.starwoodhotels.com\/preferredguest\/rates\/*",
                "*:\/\/*.starwoodhotels.com\/preferredguest\/search\/results\/*",
                "*:\/\/*.hilton.com\/*\/index.html",
                "*:\/\/*.hilton.com\/*\/*\/search\/findhotels\/*",
                "*:\/\/*.hilton.com\/en_US\/*",
                "*:\/\/*.marriott.com\/default.mi",
                "*:\/\/*.marriott.com\/search\/findHotels.mi",
                "*:\/\/*.marriott.com\/reservation\/rateListMenu.mi",
                "*:\/\/*.marriott.com\/search\/refineSearch.mi*",
                "*:\/\/*.ihg.com\/hotels\/*\/*\/reservation",
                "*:\/\/*.ihg.com\/hotels\/*\/*\/reservation\/searchresult*",
                "*:\/\/*.ihg.com\/hotels\/*\/*\/reservation\/book*",
                "*:\/\/*.hyatt.com\/",
                "*:\/\/*.hyatt.com\/hyatt\/features\/searchResults.jsp*",
                "*:\/\/*.hyatt.com\/hyatt\/reservations\/roomsAndRates.jsp*",
                "*:\/\/*.southwest.com\/",
                "*:\/\/*.southwest.com\/flight\/*",
                "*:\/\/*.southwest.com\/flight\/shortcut\/*",
                "*:\/\/*.united.com\/ual\/*\/*\/",
                "*:\/\/*.united.com\/ual\/*\/*\/flight-search\/book-a-flight\/results\/*",
                "*:\/\/*.alaskaair.com\/",
                "*:\/\/*.alaskaair.com\/Shopping\/Flights\/*",
                "*:\/\/*.aa.com\/homePage.do",
                "*:\/\/*.aa.com\/reservation\/awardFlightSearchSubmit.do*",
                "*:\/\/*.aa.com\/award\/submitDates.do*",
                "*:\/\/*.delta.com\/",
                "*:\/\/*.delta.com\/air-shopping\/*",
                "*:\/\/*.aeroplan.com\/landing\/process.do*",
                "*:\/\/*.aeroplan.com\/adr\/Results.do*",
                "*:\/\/*.aeroplan.com\/adr\/AirBooking.do*",
                "*:\/\/*.aeroplan.com\/use_your_miles\/*",
                "*:\/\/*.jetblue.com\/",
                "*:\/\/book.jetblue.com\/*",
                "*:\/\/*.britishairways.com\/",
                "*:\/\/*.britishairways.com\/travel\/redeem\/*",
                "*:\/\/*.klm.com\/",
                "*:\/\/*.klm.com\/travel\/us_en\/flying_blue\/earn_and_spend_miles\/*",
                "*:\/\/*.airfrance.us\/",
                "*:\/\/*.airfrance.us\/cgi-bin\/*\/*\/*\/local\/process\/awardbooking\/*",
                "*:\/\/*.airfrance.us\/*\/*\/local\/process\/standardbooking\/*",
                "*:\/\/*.airfrance.us\/cgi-bin\/*\/*\/*\/local\/process\/awardbooking\/*",
                "*:\/\/*.airfrance.us\/*\/*\/*\/local\/process\/awardbooking\/*",
                "*:\/\/*.airfrance.us\/*\/*\/local\/process\/awardbooking\/*",
                "*:\/\/*.flyfrontier.com\/",
                "*:\/\/booking.flyfrontier.com\/Flight\/*",
                "*:\/\/*.hawaiianairlines.com\/",
                "*:\/\/*.hawaiianairlines.com\/Book\/FlightResults*"
            ],
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "icons\/icon128.png"
    ]
}