Car Rentals Search and Booking Plugin
This extension is to help you search and book online Car Rentals Worldwide using EconomyBookings Booking Engine
什么是Car Rentals Search and Booking Plugin?
Car Rentals Search and Booking Plugin是由EconomyBookings开发的Chrome扩展程序,该扩展的主要功能是“This extension is to help you search and book online Car Rentals Worldwide using EconomyBookings Booking Engine”。
扩展截图
下载Car Rentals Search and Booking Plugin扩展crx文件
下载Car Rentals Search and Booking Plugin扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Choose your best offer from more than 175,000 cars in 20,000 locations around the world! New high-quality vehicles meeting your needs and your budget.
扩展基本信息
名称 | |
ID | mphadipgcllhanbnjfgdbejnbllcenma |
官方URL | https://chrome.google.com/webstore/detail/car-rentals-search-and-bo/mphadipgcllhanbnjfgdbejnbllcenma |
简介 | This extension is to help you search and book online Car Rentals Worldwide using EconomyBookings Booking Engine |
文件大小 | 12.32 KB |
安装次数 | 93 |
当前版本 | 0.0.0.6 |
更新时间 | 2016-07-26 |
上架时间 | 2016-07-26 |
评分 | 5.00/5 共1次评分 |
开发者 | EconomyBookings |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | http://www.economybookings.com/ |
帮助页面URL | http://www.economybookings.com/contact |
隐私政策页面URL | http://www.economybookings.com/content/terms-use |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Car Rentals Search and Booking Plugin", "short_name": "EconomyBookings", "description": "This extension is to help you search and book online Car Rentals Worldwide using EconomyBookings Booking Engine", "version": "0.0.0.6", "icons": { "128": "icon128.png", "48": "icon48.png", "32": "icon32.png", "16": "icon16.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "https:\/\/bcrmaffiliates.bookinggroup.com\/app\/" ] } |