Room Steals Extension
Browse your favorite hotel site. We'll tell you when there's a wholesale (cheaper) rate available!
什么是Room Steals Extension?
Room Steals Extension是由https://roomsteals.com开发的Chrome扩展程序,该扩展的主要功能是“Browse your favorite hotel site. We'll tell you when there's a wholesale (cheaper) rate available!”。
扩展截图
下载Room Steals Extension扩展crx文件
下载Room Steals Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 扩展基本信息
| 名称 | |
| ID | fiiendnnbokdkmmbkmgiohdlmkjnbdjh |
| 官方URL | https://chromewebstore.google.com/detail/room-steals-extension/fiiendnnbokdkmmbkmgiohdlmkjnbdjh |
| 简介 | Browse your favorite hotel site. We'll tell you when there's a wholesale (cheaper) rate available! |
| 文件大小 | 2.06 MB |
| 安装次数 | 863 |
| 当前版本 | 3.0.15 |
| 更新时间 | 2023-01-17 |
| 上架时间 | 2020-06-12 |
| 评分 | 5.00/5 共4次评分 |
| 开发者 | https://roomsteals.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://roomsteals.com |
| 帮助页面URL | https://roomsteals.com |
| 隐私政策页面URL | https://roomsteals.com/privacy |
| 支持的语言 | 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"
} | |