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.”。
擴展截圖
下載2015 Mileage Display On United.Com擴展crx文件
下載2015 Mileage Display On United.Com擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
ID | aalkfecjebbalmbldanmcoincimfllgf |
官方網址 | 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" } |