UA GPU-able Search

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

UA GPU-able Searchとは何ですか?

UA GPU-able Searchはhttps://www.wandr.meによって開発されたChromeの拡張機能で、その主な機能は「Default the united.com website to search for GPU-eligible fares on the advanced search page」です。

拡張機能のスクリーンショット

screenshot
screenshot

UA GPU-able Search拡張機能のCRXファイルをダウンロード

UA GPU-able Search拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 UA GPU-able Search UA GPU-able Search
ID giponmidafmbahmfmbhighokibijgpfb
公式URL https://chromewebstore.google.com/detail/ua-gpu-able-search/giponmidafmbahmfmbhighokibijgpfb
説明 Default the united.com website to search for GPU-eligible fares on the advanced search page
ファイルサイズ 24.32 KB
インストール数 293
現在のバージョン 2.0.0
最終更新日 2015-05-14
公開日 2015-05-14
評価 5.00/5 合計 1 レビュー
開発者 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\/*",
                "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"
    }
}