Car Rentals Search and Booking Plugin
This extension is to help you search and book online Car Rentals Worldwide using EconomyBookings Booking Engine
Vad är Car Rentals Search and Booking Plugin?
Car Rentals Search and Booking Plugin är en Chrome-tillägg utvecklad av EconomyBookings, och dess huvudfunktion är "This extension is to help you search and book online Car Rentals Worldwide using EconomyBookings Booking Engine".
Tilläggsskärmbilder
Ladda ner Car Rentals Search and Booking Plugin-förlängningens CRX-fil
Ladda ner Car Rentals Search and Booking Plugin-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | mphadipgcllhanbnjfgdbejnbllcenma |
Officiell webbadress | https://chrome.google.com/webstore/detail/car-rentals-search-and-bo/mphadipgcllhanbnjfgdbejnbllcenma |
Beskrivning | This extension is to help you search and book online Car Rentals Worldwide using EconomyBookings Booking Engine |
Filstorlek | 12.32 KB |
Antal Installationer | 93 |
Aktuell Version | 0.0.0.6 |
Senast Uppdaterad | 2016-07-26 |
Publiceringsdatum | 2016-07-26 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | EconomyBookings |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | http://www.economybookings.com/ |
Hjälpsida URL | http://www.economybookings.com/contact |
URL till Sekretesspolicy Sidan | http://www.economybookings.com/content/terms-use |
Stödda Språk | 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\/" ] } |