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ファイルをダウンロード

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