UA Fare Construction Details
Make it easy to see your fare construction from the receipt page on the UA site
什么是UA Fare Construction Details?
UA Fare Construction Details是由https://www.wandr.me开发的Chrome扩展程序,该扩展的主要功能是“Make it easy to see your fare construction from the receipt page on the UA site”。
扩展截图
下载UA Fare Construction Details扩展crx文件
下载UA Fare Construction Details扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
The script adds a link to the eTicket receipt page on united.com. Click that link and you'll be redirected to the Saudia Airlines website with the full details of your ticket visible, including the complete breakdown of the fare components, ticketing points and tax bits. v2.1.1 -UA changed the receipt URL; app now properly parses again v2.1.0 -Minor tweaks to UA site layout caused changes to parsing process; resolved now.
扩展基本信息
名称 | UA Fare Construction Details |
ID | fdapipnfgnlmomgpbhjdbeldbgmpnffp |
官方URL | https://chromewebstore.google.com/detail/ua-fare-construction-deta/fdapipnfgnlmomgpbhjdbeldbgmpnffp |
简介 | Make it easy to see your fare construction from the receipt page on the UA site |
文件大小 | 24.23 KB |
安装次数 | 367 |
当前版本 | 2.1.1 |
更新时间 | 2017-06-30 |
上架时间 | 2017-06-30 |
评分 | 4.80/5 共5次评分 |
开发者 | https://www.wandr.me |
付费类型 | free |
扩展官网 | http://blog.wandr.me/2014/02/united-fare-construction-made-easy/ |
帮助页面URL | http://blog.wandr.me/browser-extensions/ |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "content_scripts": [ { "include_globs": [ "https:\/\/www.united.com\/web\/*\/apps\/reservation\/flight\/receipt\/eticket\/*", "https:\/\/united.com\/web\/*\/apps\/reservation\/flight\/receipt\/eticket\/*", "http:\/\/www.united.com\/web\/*\/apps\/reservation\/flight\/receipt\/eticket\/*", "http:\/\/united.com\/web\/*\/apps\/reservation\/flight\/receipt\/eticket\/*", "https:\/\/www.united.com\/web\/*\/apps\/reservation\/flight\/receipt\/*", "https:\/\/united.com\/web\/*\/apps\/reservation\/flight\/receipt\/*", "http:\/\/www.united.com\/web\/*\/apps\/reservation\/flight\/receipt\/*", "http:\/\/united.com\/web\/*\/apps\/reservation\/flight\/receipt\/*" ], "js": [ "UAReceipt.user.js" ], "matches": [ "*:\/\/www.united.com\/web\/*\/apps\/reservation\/flight\/receipt\/eticket\/*", "*:\/\/united.com\/web\/*\/apps\/reservation\/flight\/receipt\/eticket\/*", "*:\/\/www.united.com\/web\/*\/apps\/reservation\/flight\/receipt\/*", "*:\/\/united.com\/web\/*\/apps\/reservation\/flight\/receipt\/*" ], "run_at": "document_idle" } ], "converted_from_user_script": true, "description": "Make it easy to see your fare construction from the receipt page on the UA site", "name": "UA Fare Construction Details", "version": "2.1.1", "homepage_url": "http:\/\/wandr.me\/", "short_name": "UA Fare Construction", "web_accessible_resources": [ "UAReceipt.user.js" ], "icons": { "16": "icon16.jpg", "48": "icon48.jpg", "128": "icon128.jpg" } } |