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”。
扩展截图
下载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 |
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" } } |