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ファイルをダウンロード

Book with Carry拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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:;"
}