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 파일 다운로드

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

확장 프로그램 사용 설명서

                        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"
    }
}