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"입니다.

확장 프로그램 스크린샷

screenshot

UA Fare Construction Details 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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"
    }
}