UA GPU-able Search

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

¿Qué es UA GPU-able Search?

UA GPU-able Search es una extensión de Chrome desarrollada por https://www.wandr.me, y su función principal es "Default the united.com website to search for GPU-eligible fares on the advanced search page".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión UA GPU-able Search

Descarga archivos de extensión UA GPU-able Search en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre UA GPU-able Search UA GPU-able Search
ID giponmidafmbahmfmbhighokibijgpfb
URL Oficial https://chromewebstore.google.com/detail/ua-gpu-able-search/giponmidafmbahmfmbhighokibijgpfb
Descripción Default the united.com website to search for GPU-eligible fares on the advanced search page
Tamaño del Archivo 24.32 KB
Cantidad de Instalaciones 293
Versión Actual 2.0.0
Última Actualización 2015-05-14
Fecha de Publicación 2015-05-14
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador https://www.wandr.me
Tipo de Pago free
Sitio Web de la Extensión http://blog.wandr.me/browser-extensions/
URL de la Página de Ayuda http://blog.wandr.me/browser-extensions/
Idiomas Soportados 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"
    }
}