2015 Mileage Display On United.Com

Displays redeemable mileage earned under the 2015 MileagePlus program.

2015 Mileage Display On United.Com란 무엇입니까?

2015 Mileage Display On United.Com은(는) Corey Terrell에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Displays redeemable mileage earned under the 2015 MileagePlus program."입니다.

확장 프로그램 스크린샷

screenshot

2015 Mileage Display On United.Com 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 2015 Mileage Display On United.Com 2015 Mileage Display On United.Com
ID aalkfecjebbalmbldanmcoincimfllgf
공식 URL https://chromewebstore.google.com/detail/2015-mileage-display-on-u/aalkfecjebbalmbldanmcoincimfllgf
설명 Displays redeemable mileage earned under the 2015 MileagePlus program.
파일 크기 24.83 KB
설치 횟수 18
현재 버전 0.0.13
최근 업데이트 2014-06-18
출시 날짜 2014-06-18
평점 5.00/5 총 2 개의 평점
개발자 Corey Terrell
이메일 [email protected]
결제 유형 free
지원되는 언어 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"
}