Room Steals Extension
Browse your favorite hotel site. We'll tell you when there's a wholesale (cheaper) rate available!
Co je Room Steals Extension?
Room Steals Extension je rozšíření Chrome vyvinuté https://roomsteals.com, a jeho hlavní funkcí je „Browse your favorite hotel site. We'll tell you when there's a wholesale (cheaper) rate available!“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Room Steals Extension
Stáhněte si soubory rozšíření Room Steals Extension ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
If there's a better price for the hotel you're looking at, we'll show you. Stop wasting money – Room Steals shows you the wholesale hotel rates nobody else will. All other major hotel websites make money by marking up the hotel price (taking margin) or getting a commission. We don't add margin or take commission. Register for FREE and see wholesale prices today. After you find a great rate, subscribe ($95/yr) to make your reservation. There's nothing to lose! Current supported sites: Expedia, Booking.com, Hotels.com and Google Hotels. Want to suggest another? Let us know! ---------------------- Terms & Conditions: https://roomsteals.com/terms Privacy Policy: https://roomsteals.com/privacy
Základní Informace o Rozšíření
Název | Room Steals Extension |
ID | fiiendnnbokdkmmbkmgiohdlmkjnbdjh |
Oficiální URL | https://chromewebstore.google.com/detail/room-steals-extension/fiiendnnbokdkmmbkmgiohdlmkjnbdjh |
Popis | Browse your favorite hotel site. We'll tell you when there's a wholesale (cheaper) rate available! |
Velikost souboru | 2.06 MB |
Počet instalací | 863 |
Aktuální Verze | 3.0.15 |
Poslední Aktualizace | 2023-01-17 |
Datum Vydání | 2020-06-12 |
Hodnocení | 5.00/5 Celkem 4 Hodnocení |
Vývojář | https://roomsteals.com |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://roomsteals.com |
URL Stránky Nápovědy | https://roomsteals.com |
URL Stránky Zásad Ochrany Soukromí | https://roomsteals.com/privacy |
Podporované Jazyky | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "action": { "default_title": "Room Steals Wholesale Hotel Price Comparison Extension", "default_icon": "icon.png" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "js": [ "js\/honeybadger.js", "js\/initialize.js", "js\/baseClass.js", "js\/services\/hotels.js", "js\/services\/google.js", "js\/services\/booking.js", "js\/services\/expedia.js", "js\/moment.min.js", "js\/moment-with-locales.min.js", "js\/fuzzyset.js" ], "css": [ "styles\/styles.css" ], "externally_connectable": { "matches": [ "https:\/\/roomsteals.com\/*", "http:\/\/roomsteals.localhost\/api-auth" ] }, "matches": [ "https:\/\/roomsteals.com\/*", "http:\/\/roomsteals.localhost\/*", "https:\/\/roomsteals.localhost\/*", "https:\/\/*.expedia.com\/*Hotel-Information*", "https:\/\/expedia.co.uk\/*Hotel-Information*", "https:\/\/www.expedia.co.uk\/*Hotel-Information*", "https:\/\/expedia.ca\/*Hotel-Information*", "https:\/\/www.expedia.ca\/*Hotel-Information*", "https:\/\/www.expedia.ca\/fr\/*", "https:\/\/expedia.com.au\/*Hotel-Information*", "https:\/\/www.expedia.com.au\/*Hotel-Information*", "https:\/\/euro.expedia.net\/*Hotel-Information*", "https:\/\/www.expedia.com.ar\/*Informacion-Hotel*", "https:\/\/www.expedia.at\/*Hotel-Beschreibung*", "https:\/\/www.expedia.be\/*Hotelinfo*", "https:\/\/www.expedia.be\/*Hotel-Information*", "https:\/\/www.expedia.com.br\/*Hotel-Reservas*", "https:\/\/www.expedia.de\/*selectedRoomType*", "https:\/\/www.expedia.dk\/*Hotelinfo*", "https:\/\/*.expedia.com\/*Informacion-Hotel*", "https:\/\/www.expedia.com.ph\/*Hotel-Information*", "https:\/\/www.expedia.com.hk\/*Hotel-Information*", "https:\/\/www.expedia.co.in\/*Hotel-Information*", "https:\/\/www.expedia.fi\/*hotellitiedot*", "https:\/\/www.expedia.fr\/*Description-Hotel*", "https:\/\/www.expedia.ie\/*Hotel-Information*", "https:\/\/www.expedia.it\/*Informazioni-Hotel*", "https:\/\/www.expedia.mx\/*Informacion-Hotel*", "https:\/\/www.expedia.no\/*Hotellinformasjon*", "https:\/\/www.expedia.co.nz\/*Hotel-Information*", "https:\/\/www.expedia.nl\/*Hotelinfo*", "https:\/\/www.expedia.at\/*Hotelinfo*", "https:\/\/www.expedia.se\/*Hotellbeskrivning*", "https:\/\/www.expedia.es\/*Informacion-Hotel*", "https:\/\/www.expedia.ch\/*Hotel-Beschreibung*", "https:\/\/www.expedia.co.kr\/*Hotel-Information*", "https:\/\/www.expedia.com.tw\/*Hotel-Information*", "https:\/\/www.expedia.co.th\/*Hotel-Information*", "https:\/\/www.expedia.co.jp\/*Hotel-Information*", "https:\/\/*.hotels.com\/ho*", "https:\/\/*.hoteis.com\/ho*", "https:\/\/hoteis.com\/ho*", "https:\/\/*.hotels.cn\/ho*", "https:\/\/hotels.cn\/ho*", "https:\/\/*.hoteles.com\/ho*", "https:\/\/hoteles.com\/ho*", "https:\/\/hotels.com\/ho*", "https:\/\/www.hotels.com\/ho*", "https:\/\/au.hotels.com\/ho*", "https:\/\/www.au.hotels.com\/ho*", "https:\/\/ie.hotels.com\/ho*", "https:\/\/www.ie.hotels.com\/ho*", "https:\/\/*.booking.com\/hotel*", "https:\/\/*.booking.com\/hotel\/*", "https:\/\/*.google.com\/travel\/hotels\/*" ], "run_at": "document_end" } ], "description": "Browse your favorite hotel site. We'll tell you when there's a wholesale (cheaper) rate available!", "homepage_url": "https:\/\/roomsteals.com?utm_source=extension&utm_medium=extension-homepage_url", "icons": { "128": "icon.png" }, "web_accessible_resources": [ { "resources": [ "images\/*", "manifest.json", "selectors\/backupSelectors.json" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "extension_ids": [ "dkhlpakocbkomppgpodmmgblpdjnmalg", "fiiendnnbokdkmmbkmgiohdlmkjnbdjh" ], "use_dynamic_url": false } ], "manifest_version": 3, "name": "Room Steals Extension", "permissions": [ "activeTab", "storage", "scripting" ], "host_permissions": [ "*:\/\/*\/*" ], "short_name": "Room Steals", "version": "3.0.15" } |