UA Fare Construction Details
Make it easy to see your fare construction from the receipt page on the UA site
O que é UA Fare Construction Details?
UA Fare Construction Details é uma extensão do Chrome desenvolvida por https://www.wandr.me, e sua principal característica é "Make it easy to see your fare construction from the receipt page on the UA site".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão UA Fare Construction Details
Baixe arquivos de extensão UA Fare Construction Details no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | UA Fare Construction Details |
ID | fdapipnfgnlmomgpbhjdbeldbgmpnffp |
URL Oficial | https://chromewebstore.google.com/detail/ua-fare-construction-deta/fdapipnfgnlmomgpbhjdbeldbgmpnffp |
Descrição | Make it easy to see your fare construction from the receipt page on the UA site |
Tamanho do Arquivo | 24.23 KB |
Contagem de Instalações | 367 |
Versão Atual | 2.1.1 |
Última Atualização | 2017-06-30 |
Data de Publicação | 2017-06-30 |
Classificação | 4.80/5 Total de 5 Avaliações |
Desenvolvedor | https://www.wandr.me |
Tipo de Pagamento | free |
Site da Extensão | http://blog.wandr.me/2014/02/united-fare-construction-made-easy/ |
URL da Página de Ajuda | http://blog.wandr.me/browser-extensions/ |
Idiomas Suportados | 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" } } |