UA GPU-able Search

Default the united.com website to search for GPU-eligible fares on the advanced search page

UA GPU-able Search là gì?

UA GPU-able Search là một tiện ích mở rộng Chrome được phát triển bởi https://www.wandr.me, và tính năng chính của nó là "Default the united.com website to search for GPU-eligible fares on the advanced search page".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng UA GPU-able Search

Tải xuống các tệp mở rộng UA GPU-able Search dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Only a subset of the fares offered by United Airlines allow for upgrade via their Global Premier Upgrade (GPU) instruments issued to top elites each year. Add this extension on to your browser and it will automatically fill in the eligible fare classes on the advanced search page, making the search just a wee bit easier. 

Combine with the UA Expert Mode+ extension and you can more easily find eligible fares with the upgrade space open, too.

Also has the appropriate fares for Business->First GPUs included.

Latest version updated to support the new United beta site                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên UA GPU-able Search UA GPU-able Search
ID giponmidafmbahmfmbhighokibijgpfb
URL Chính Thức https://chromewebstore.google.com/detail/ua-gpu-able-search/giponmidafmbahmfmbhighokibijgpfb
Mô tả Default the united.com website to search for GPU-eligible fares on the advanced search page
Kích Thước Tệp 24.32 KB
Số Lần Cài Đặt 293
Phiên Bản Hiện Tại 2.0.0
Cập Nhật Lần Cuối 2015-05-14
Ngày Phát Hành 2015-05-14
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://www.wandr.me
Loại Thanh Toán free
Trang Web Mở Rộng http://blog.wandr.me/browser-extensions/
URL Trang Trợ Giúp http://blog.wandr.me/browser-extensions/
Ngôn Ngữ Được Hỗ Trợ 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\/*",
                "https:\/\/*.united.com\/web\/*\/apps\/booking\/flight\/*",
                "http:\/\/united.com\/web\/*\/apps\/booking\/flight\/*",
                "http:\/\/*.united.com\/web\/*\/apps\/booking\/flight\/*",
                "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"
            ],
            "js": [
                "SWUSearch.user.js"
            ],
            "matches": [
                "*:\/\/united.com\/web\/*\/apps\/booking\/flight\/*",
                "*:\/\/*.united.com\/web\/*\/apps\/booking\/flight\/*",
                "*:\/\/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": "Default the united.com website to search for GPU-eligible fares on the advanced search page",
    "name": "UA GPU-able Search",
    "version": "2.0.0",
    "homepage_url": "http:\/\/wandr.me\/",
    "short_name": "UA GPU-able Search",
    "web_accessible_resources": [
        "SWUSearch.user.js"
    ],
    "icons": {
        "16": "icon16.jpg",
        "48": "icon48.jpg",
        "128": "icon128.jpg"
    }
}