UA GPU-able Search

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

Qu'est-ce que UA GPU-able Search ?

UA GPU-able Search est une extension Chrome développée par https://www.wandr.me, et sa fonction principale est "Default the united.com website to search for GPU-eligible fares on the advanced search page".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension UA GPU-able Search

Téléchargez les fichiers d'extension UA GPU-able Search au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom UA GPU-able Search UA GPU-able Search
ID giponmidafmbahmfmbhighokibijgpfb
URL Officiel https://chromewebstore.google.com/detail/ua-gpu-able-search/giponmidafmbahmfmbhighokibijgpfb
Description Default the united.com website to search for GPU-eligible fares on the advanced search page
Taille du Fichier 24.32 KB
Nombre d'Installations 293
Version Actuelle 2.0.0
Dernière Mise à Jour 2015-05-14
Date de Publication 2015-05-14
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://www.wandr.me
Type de Paiement free
Site Web de l'Extension http://blog.wandr.me/browser-extensions/
URL de la Page d'Aide http://blog.wandr.me/browser-extensions/
Langues Prises en Charge 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"
    }
}