Book with Carry

Book the best travel deals with a single click.

Book with Carry란 무엇입니까?

Book with Carry은(는) http://bookwithcarry.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Book the best travel deals with a single click."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Book with Carry 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Carry is the best way to book flights and hotels on Google Flights, Expedia, Booking.com, Southwest Airlines, and more.
 
Safely store your passenger details, loyalty program numbers, and even seat preference and book with 1-click on hundreds of travel sites. 

Not convinced? 

Discover exclusive flight discounts that aren't normally shown on Google Flights via the Carry chrome extension. 

But wait, there's more! 

Every trip booked using the Carry chrome extension comes with complimentary price protection, automatic flight check-in, and 24/7 chat support.

Get started by clicking on the Add to Chrome button — it's free! 

If you have any issues, questions, or suggestions we'd love to hear them via email at [email protected].                    

확장 프로그램 기본 정보

이름 Book with Carry Book with Carry
ID mejaceicpflkjikmnkfhpbkiajhnmjdl
공식 URL https://chrome.google.com/webstore/detail/book-with-carry/mejaceicpflkjikmnkfhpbkiajhnmjdl
설명 Book the best travel deals with a single click.
파일 크기 1.82 MB
설치 횟수 224
현재 버전 0.0.9
최근 업데이트 2020-03-06
출시 날짜 2020-03-04
평점 5.00/5 총 13 개의 평점
개발자 http://bookwithcarry.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://bookwithcarry.com/
개인정보 보호 정책 페이지 URL https://carry.travel/privacy.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.9",
    "name": "Book with Carry",
    "manifest_version": 2,
    "description": "Book the best travel deals with a single click.",
    "web_accessible_resources": [
        "overlay.html",
        "*.png",
        "snippet.js",
        "*.js",
        "https:\/\/app.carry.travel",
        "https:\/\/bookwithcarry.com"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/app.carry.travel\/*",
            "https:\/\/bookwithcarry.com\/*"
        ]
    },
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "browser_action": {
        "default_title": "Book with Carry",
        "default_popup": "popup.html"
    },
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "tabs",
        "webNavigation",
        "webRequest",
        "webRequestBlocking",
        "storage",
        "",
        "notifications"
    ],
    "content_security_policy": "frame-src 'self' https:\/\/www.southwest.com\/ https:\/\/js.stripe.com\/; font-src * 'self' data:; default-src * 'self' https:\/\/js.intercomcdn.com; script-src * 'self' 'unsafe-eval' https:\/\/js.stripe.com\/  https:\/\/cdn.segment.com\/ https:\/\/widget.intercom.io\/ https:\/\/js.intercomcdn.com as 'unsafe-eval'; connect-src *  data:; style-src * 'unsafe-inline' 'self' filesystem https blob:; img-src * 'self' data:;"
}