Book with Carry

Book the best travel deals with a single click.

Τι είναι το Book with Carry;

Το Book with Carry είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://bookwithcarry.com, και η κύρια λειτουργία του είναι "Book the best travel deals with a single click.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Book with Carry

Λήψη αρχείων επέκτασης 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
Ηλεκτρονικό ταχυδρομείο [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:;"
}