2015 Mileage Display On United.Com

Displays redeemable mileage earned under the 2015 MileagePlus program.

Apa itu 2015 Mileage Display On United.Com?

2015 Mileage Display On United.Com adalah ekstensi Chrome yang dikembangkan oleh Corey Terrell, dan fitur utamanya adalah "Displays redeemable mileage earned under the 2015 MileagePlus program.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi 2015 Mileage Display On United.Com

Unduh file ekstensi 2015 Mileage Display On United.Com dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        This extension calculates the number of miles an itinerary will earn under the 2015 MileagePlus program rules. It adds a link to view earnings to all fare search pages, displays earnings on the Review Trip Itinerary page, and displays earnings on the View Current Reservation page.

PLEASE NOTE: The fares displayed on the search pages include all taxes and fees, so the mileage earnings displayed will be higher than what you will actually earn in reality. The fare basis and taxes are not broken down on search pages so there is no way to show the real value here. When you arrive at the Review Trip Itinerary page, the base fare and taxes/fees are broken out so the calculation can be made correctly. The same is true on the View Current Reservation page: the values are accurate.                    

Informasi Dasar Ekstensi

Nama 2015 Mileage Display On United.Com 2015 Mileage Display On United.Com
ID aalkfecjebbalmbldanmcoincimfllgf
URL Resmi https://chromewebstore.google.com/detail/2015-mileage-display-on-u/aalkfecjebbalmbldanmcoincimfllgf
Deskripsi Displays redeemable mileage earned under the 2015 MileagePlus program.
Ukuran File 24.83 KB
Jumlah Instalasi 18
Versi Saat Ini 0.0.13
Terakhir Diperbarui 2014-06-18
Tanggal Publikasi 2014-06-18
Penilaian 5.00/5 Total 2 Penilaian
Pengembang Corey Terrell
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "2015 Mileage Display On United.Com",
    "version": "0.0.13",
    "description": "Displays redeemable mileage earned under the 2015 MileagePlus program.",
    "icons": {
        "16": "img\/16.png",
        "48": "img\/48.png",
        "128": "img\/128.png"
    },
    "author": "Corey Terrell a\/k\/a Mackieman",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.united.com\/web\/en-US\/apps\/booking\/flight\/*",
                "*:\/\/www.united.com\/web\/en-US\/apps\/reservation\/flight\/view\/*"
            ],
            "js": [
                "uamp_2015mileagedisplay.js"
            ]
        }
    ],
    "short_name": "UA Mileage"
}