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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.wandr.me และคุณลักษณะหลักของมันคือ "Make it easy to see your fare construction from the receipt page on the UA site"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย UA Fare Construction Details

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}