UA Expert Mode+

Always show all the fare buckets for 'expert mode' on united.com.

UA Expert Mode+คืออะไร?

UA Expert Mode+ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.wandr.me และคุณลักษณะหลักของมันคือ "Always show all the fare buckets for 'expert mode' on united.com."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย UA Expert Mode+

ดาวน์โหลดไฟล์ส่วนขยาย UA Expert Mode+ ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Get easy access to all the fare buckets on the United.com flight search results page. The data is there but you need to know where to look; this extension makes it all show up all the time. Plus award and upgrade buckets are highlighted to make scanning all the flight options quick and easy.

Note that you must have "expert mode" enabled for your MileagePlus account and be fully logged in to the site for the data to show.

New in v7: Support for beta.united.com website!

v7.4.0
-Handles multi-carrier itineraries better
-Handles sold out classes of service better

v7.3.5 
-Handles fare classes for first segment properly again
-Should display upgrade/award buckets again without requiring expanding the details 

v7.3.4
-Should handle the repeating fare class/alerts issue properly (which is to say that it shouldn't happen any more, though I said that last time, too!)

v7.3.3
-Handles 4 column search results which show up from time to time
-Handles scenarios which previously caused the inventory values to repeatedly be added to the fare box. 

v7.3.2:
Error handling works way better now.

v7.3.1:
Adds prompt for logged out sessions

v7.3.0:
-Handles logged out scenarios better
-Shows revenue fare bucket below price in booking screen                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ UA Expert Mode+ UA Expert Mode+
ID mbbojbjgfaekcegpbbfifclofmpdpkad
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/ua-expert-mode+/mbbojbjgfaekcegpbbfifclofmpdpkad
คำอธิบาย Always show all the fare buckets for 'expert mode' on united.com.
ขนาดไฟล์ 63.02 KB
จำนวนการติดตั้ง 1,508
เวอร์ชันปัจจุบัน 7.4.0
อัปเดตครั้งล่าสุด 2016-08-11
วันที่เผยแพร่ 2016-08-11
คะแนน 4.65/5 รวมทั้งหมด 17 คะแนน
ผู้พัฒนา https://www.wandr.me
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://blog.wandr.me/browser-extensions/
URL หน้าช่วยเหลือ http://blog.wandr.me/browser-extensions/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "content_scripts": [
        {
            "include_globs": [
                "https:\/\/united.com\/web\/*\/apps\/booking\/flight\/searchResult*",
                "https:\/\/*.united.com\/web\/*\/apps\/booking\/flight\/searchResult*",
                "http:\/\/united.com\/web\/*\/apps\/booking\/flight\/searchResult*",
                "http:\/\/*.united.com\/web\/*\/apps\/booking\/flight\/searchResult*",
                "http:\/\/united.com\/ual\/*\/*\/flight-search\/book-a-flight*",
                "https:\/\/united.com\/ual\/*\/*\/flight-search\/book-a-flight*",
                "http:\/\/*.united.com\/ual\/*\/*\/flight-search\/book-a-flight*",
                "https:\/\/*.united.com\/ual\/*\/*\/flight-search\/book-a-flight*",
                "https:\/\/beta.united.com\/ual\/en\/us\/flight-search\/book-a-flight*"
            ],
            "js": [
                "jquery.min.js",
                "ExpertMode.user.js"
            ],
            "matches": [
                "*:\/\/united.com\/web\/*\/apps\/booking\/flight\/searchResult*",
                "*:\/\/*.united.com\/web\/*\/apps\/booking\/flight\/searchResult*",
                "*:\/\/united.com\/ual\/*\/*\/flight-search\/book-a-flight*",
                "*:\/\/*.united.com\/ual\/*\/*\/flight-search\/book-a-flight*"
            ],
            "run_at": "document_idle"
        }
    ],
    "converted_from_user_script": true,
    "description": "Always show all the fare buckets for 'expert mode' on united.com.",
    "name": "UA Expert Mode+",
    "version": "7.4.0",
    "homepage_url": "http:\/\/wandr.me\/",
    "short_name": "UA Expert Mode+",
    "web_accessible_resources": [
        "ExpertMode.user.js"
    ],
    "icons": {
        "16": "icon16.jpg",
        "48": "icon48.jpg",
        "128": "icon128.jpg"
    }
}