BookingPad Browser Extension

Allows travel agencies easy comparison between Amadeus Selling Connect Platform and NDC content from AirGateway's BookingPad.

BookingPad Browser Extensionคืออะไร?

BookingPad Browser Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://bookingpad.app และคุณลักษณะหลักของมันคือ "Allows travel agencies easy comparison between Amadeus Selling Connect Platform and NDC content from AirGateway's BookingPad."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย BookingPad Browser Extension

ดาวน์โหลดไฟล์ส่วนขยาย BookingPad Browser Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Travel consultants using Amadeus Selling Platform Connect can now easily compare their EDIFACT and NDC content without leaving the GDS screen. 

BookingPad Browser Extension provides a simple and intuitive interface directly in your browser showing you the matching itinerary in your enabled NDC channels. The extension is triggered by pricing the itinerary in the Amadeus Selling Platform Connect and it displays all cabin and fare options NDC supports, including your agency special fares (Private/Negotiated/Corporate/etc.). Clicking on the NDC offer takes you directly to BookingPad to easily finalize the reservation. 

Increase your operational efficiency, access the best NDC fares, and improve your travel agency's bottomline.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ BookingPad Browser Extension BookingPad Browser Extension
ID joijngimdaaffpaalefnebhckhnpaiae
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/bookingpad-browser-extens/joijngimdaaffpaalefnebhckhnpaiae
คำอธิบาย Allows travel agencies easy comparison between Amadeus Selling Connect Platform and NDC content from AirGateway's BookingPad.
ขนาดไฟล์ 722 KB
จำนวนการติดตั้ง 643
เวอร์ชันปัจจุบัน 2.0.19
อัปเดตครั้งล่าสุด 2024-02-21
วันที่เผยแพร่ 2023-05-29
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://bookingpad.app
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://web.bookingpad.app
URL หน้าช่วยเหลือ https://help.bookingpad.app
URL หน้านโยบายความเป็นส่วนตัว https://web.bookingpad.app/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.00ac8b83.png",
        "32": "icon32.plasmo.9ad0c5b6.png",
        "48": "icon48.plasmo.cae3a6b3.png",
        "64": "icon64.plasmo.e4b604fc.png",
        "128": "icon128.plasmo.b89b7dfa.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.00ac8b83.png",
            "32": "icon32.plasmo.9ad0c5b6.png",
            "48": "icon48.plasmo.cae3a6b3.png",
            "64": "icon64.plasmo.e4b604fc.png",
            "128": "icon128.plasmo.b89b7dfa.png"
        },
        "default_popup": "popup.html"
    },
    "version": "2.0.19",
    "author": "AirGateway",
    "name": "BookingPad Browser Extension",
    "description": "Allows travel agencies easy comparison between Amadeus Selling Connect Platform and NDC content from AirGateway's BookingPad.",
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "background.803675d6.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.amadeus.com\/*"
            ],
            "js": [
                "error-handler.7a26893f.js"
            ],
            "css": []
        },
        {
            "matches": [
                "*:\/\/*.amadeus.com\/*"
            ],
            "js": [
                "constants.6c0d762d.js"
            ],
            "css": []
        },
        {
            "matches": [
                "*:\/\/*.amadeus.com\/*"
            ],
            "js": [
                "css-style.cbf9a6eb.js"
            ],
            "css": []
        },
        {
            "matches": [
                "*:\/\/*.amadeus.com\/*"
            ],
            "js": [
                "airgateway-flights.1032a6f1.js"
            ],
            "css": []
        },
        {
            "matches": [
                "*:\/\/*.amadeus.com\/*"
            ],
            "js": [
                "extractTravel.2e086718.js"
            ],
            "css": []
        },
        {
            "matches": [
                "*:\/\/*.amadeus.com\/*"
            ],
            "js": [
                "reader.accfb642.js"
            ],
            "css": []
        },
        {
            "matches": [
                "*:\/\/*.amadeus.com\/*"
            ],
            "js": [
                "transformFlightResponse.d1bf15c3.js"
            ],
            "css": [
                "transformFlightResponse.cd4be516.css"
            ]
        },
        {
            "matches": [
                "*:\/\/*.amadeus.com\/*"
            ],
            "js": [
                "mainPopup.7a95c6b5.js"
            ],
            "css": [
                "transformFlightResponse.cd4be516.css"
            ]
        },
        {
            "matches": [
                "*:\/\/*.amadeus.com\/*"
            ],
            "js": [
                "flight.ba377cf0.js"
            ],
            "css": [
                "transformFlightResponse.cd4be516.css"
            ]
        },
        {
            "matches": [
                "*:\/\/*.amadeus.com\/*"
            ],
            "js": [
                "option-table.8514df43.js"
            ],
            "css": [
                "transformFlightResponse.cd4be516.css"
            ]
        },
        {
            "matches": [
                "*:\/\/*.amadeus.com\/*"
            ],
            "js": [
                "fare-rules.c4b1ee5c.js"
            ],
            "css": []
        }
    ],
    "host_permissions": [
        "https:\/\/*.amadeus.com\/*"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*.amadeus.com\/*"
            ],
            "resources": [
                "red-icon.ed9fb383.png",
                "gray-icon.9644c9d9.png"
            ]
        },
        {
            "matches": [
                "*:\/\/*.amadeus.com\/*"
            ],
            "resources": [
                "red-icon.ed9fb383.png",
                "gray-icon.9644c9d9.png"
            ]
        },
        {
            "matches": [
                "*:\/\/*.amadeus.com\/*"
            ],
            "resources": [
                "red-icon.ed9fb383.png",
                "gray-icon.9644c9d9.png"
            ]
        },
        {
            "matches": [
                "*:\/\/*.amadeus.com\/*"
            ],
            "resources": [
                "red-icon.ed9fb383.png",
                "gray-icon.9644c9d9.png",
                "mainPopup.180b8549.css"
            ]
        },
        {
            "matches": [
                "*:\/\/*.amadeus.com\/*"
            ],
            "resources": [
                "red-icon.ed9fb383.png",
                "gray-icon.9644c9d9.png"
            ]
        },
        {
            "matches": [
                "*:\/\/*.amadeus.com\/*"
            ],
            "resources": [
                "red-icon.ed9fb383.png",
                "gray-icon.9644c9d9.png"
            ]
        }
    ]
}