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.”。
擴展截圖
下載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].
擴展基本資訊
名稱 | |
ID | mejaceicpflkjikmnkfhpbkiajhnmjdl |
官方網址 | 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", " |