StaySavr+

Book vacation rentals and hotels without paying commissions and booking fees.

StaySavr+คืออะไร?

StaySavr+ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.staysavr.com และคุณลักษณะหลักของมันคือ "Book vacation rentals and hotels without paying commissions and booking fees."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย StaySavr+

ดาวน์โหลดไฟล์ส่วนขยาย StaySavr+ ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        StaySavr promotes direct contact between guests and accommodation providers. For both vacation rentals and hotels.

Direct contact means that guests can get the full details of the accommodation and ask any questions direct to the owner. Asking those questions to a call-center doesn't help one bit! 

For the accommodation provider, it means getting to know your guests before they arrive and building trust.

For owners and guests, it means avoiding fees and commission that typically add 20% to the cost of renting or at least 15% to the cost of booking a hotel room.

The middlemen (Online Travel Agent) sites are waging an ugly advertising war and the guests end up paying! With StaySavr, we are actively discouraging the advertising war by refusing to pay for it.

One day, sanity will return to the market and the OTAs will return to being advertising platforms. Until then... there is StaySavr+

New update November 2023: For many months, the extension only worked marginally on hotel sites. Now, that has been fully fixed and Orbitz.com and Agoda.com have been added. Contact information is shown for about 90% of hotels.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ StaySavr+ StaySavr+
ID nlenenolimcaecheocdkejoajelpffhl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/staysavr+/nlenenolimcaecheocdkejoajelpffhl
คำอธิบาย Book vacation rentals and hotels without paying commissions and booking fees.
ขนาดไฟล์ 52.47 KB
จำนวนการติดตั้ง 359
เวอร์ชันปัจจุบัน 1.3.1.1
อัปเดตครั้งล่าสุด 2023-11-04
วันที่เผยแพร่ 2018-11-30
คะแนน 5.00/5 รวมทั้งหมด 20 คะแนน
ผู้พัฒนา https://www.staysavr.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.staysavr.com/
URL หน้าช่วยเหลือ https://www.staysavr.com/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "StaySavr+",
    "description": "Book vacation rentals and hotels without paying commissions and booking fees.",
    "version": "1.3.1.1",
    "author": "StaySavr Team",
    "options_page": "options.html",
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/www.google.com\/*"
    ],
    "background": {
        "service_worker": "eventPage.js"
    },
    "action": {
        "default_title": "StaySavr settings",
        "default_icon": "StaySavr.png",
        "default_popup": "options.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.abritel.fr\/*",
                "*:\/\/*.bookabach.co.nz\/*",
                "*:\/\/*.vrbo.com\/*",
                "*:\/\/*.fewo-direkt.de\/*"
            ],
            "js": [
                "content.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.booking.com\/*",
                "*:\/\/*.priceline.com\/*",
                "*:\/\/*.expedia.com\/*",
                "*:\/\/*.expedia.co.uk\/*",
                "*:\/\/*.travelocity.com\/*",
                "*:\/\/*.orbitz.com\/*",
                "*:\/\/*.kayak.com\/*",
                "*:\/\/*.kayak.co.uk\/*",
                "*:\/\/*.agoda.com\/*",
                "*:\/\/*.hotels.com\/*"
            ],
            "js": [
                "content2.js"
            ]
        }
    ]
}