Flybooking

Flybooking web application

Flybooking là gì?

Flybooking là một tiện ích mở rộng Chrome được phát triển bởi https://www.flybooking.com, và tính năng chính của nó là "Flybooking web application".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Flybooking

Tải xuống các tệp mở rộng Flybooking dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Flybooking is one of the country’s leading Online Travel Agency that is a part of Al Ostora Travel Company. It is a Best in class for all travel-related services. Flybooking is at the pinnacle because of its online booking engine. Sited as a trademark that trusts in Crafting cheerful travelers, Flybooking provides information about cheap flights from Kuwait to all destinations, cheap hotel bookings and other travel offers. Flybooking provides exclusive offers to all travelers on their flights and hotel booking.

Customer Support

Outstanding as trustworthy, professional and at the forefront of technology, Flybooking‘s dedication and “Customer First”-attitude allows for better understanding and providing its customer’s diverse needs consistently. This is possible only because of the professional team in the company and exclusive care for all customers.

For your entire need and help Flybooking customer care is at your service

Customers can access Flybooking through our user-friendly website https://www.flybooking.com and mobile optimized Application.

Payment Accepted

Payment method is fully secured and the online website provides you with different currency option to pay online using Visa, MasterCard and American Express credit cards and KNET debit card. Flybooking offers ‘Hand Delivery’ method to Kuwait Customers where we assure to deliver the travel tickets to your location and with an option of cash payment.

Mission

To provide an excellent and the fastest services available in the industry to both the individual and corporate customers globally.

Vision

To be at the forefront of the industry by providing value added, cost effective travel needs of the customers. Provide customers with best discounted offers on both Flight and Hotel bookings.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Flybooking Flybooking
ID pdmmlfiknnddekacapdgikneoibfhclh
URL Chính Thức https://chrome.google.com/webstore/detail/flybooking/pdmmlfiknnddekacapdgikneoibfhclh
Mô tả Flybooking web application
Kích Thước Tệp 7.77 KB
Số Lần Cài Đặt 647
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2019-06-17
Ngày Phát Hành 2019-06-17
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://www.flybooking.com
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.flybooking.com/en/Shared/PrivacyPolicy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Flybooking",
    "description": "Flybooking web application",
    "version": "1.0",
    "background": {
        "scripts": [
            "popup.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.flybooking.com\/*",
                "http:\/\/flybookingst.caxita.ca\/*",
                "http:\/\/localhost:8555\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_icon": "img\/favicon.png"
    }
}