Flybooking
Flybooking web application
Flybooking란 무엇입니까?
Flybooking은(는) https://www.flybooking.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Flybooking web application"입니다.
확장 프로그램 스크린샷
Flybooking 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | |
ID | pdmmlfiknnddekacapdgikneoibfhclh |
공식 URL | https://chrome.google.com/webstore/detail/flybooking/pdmmlfiknnddekacapdgikneoibfhclh |
설명 | Flybooking web application |
파일 크기 | 7.77 KB |
설치 횟수 | 647 |
현재 버전 | 1.0 |
최근 업데이트 | 2019-06-17 |
출시 날짜 | 2019-06-17 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | https://www.flybooking.com |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://www.flybooking.com/en/Shared/PrivacyPolicy |
지원되는 언어 | 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" } } |