Compare Airbnb side-to-side

Easily compare Airbnb listings (price, fees, amenities, rules and more) with a side-to-side table. No more switching between tabs.

Co je Compare Airbnb side-to-side?

Compare Airbnb side-to-side je rozšíření Chrome vyvinuté Chromy Extensions, a jeho hlavní funkcí je „Easily compare Airbnb listings (price, fees, amenities, rules and more) with a side-to-side table. No more switching between tabs.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Compare Airbnb side-to-side

Stáhněte si soubory rozšíření Compare Airbnb side-to-side 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í

                        Simplify Your Airbnb Booking Experience with Our Comparison Extension!

Are you a frequent Airbnb traveler frustrated by the process of comparing listings? Our extension is here to streamline your travel and booking experience. Here's how our extension stands out:

✅ Side-by-Side Listing Comparison: Visualize your selected Airbnb listings in a side-by-side format. This unique view allows you to easily compare multiple properties at a glance.

✅ Detailed Comparison of Amenities: Understand the subtle differences between listings. From Wi-Fi availability to whether there's a pool or a patio, our extension breaks down the amenities of each property, making your decision-making process smoother.

✅ Transparent Pricing Breakdown: No more surprises in fees and prices. We provide a comprehensive comparison of costs, including any additional fees, for each listing. Understand exactly what you're paying for. Visualize price differences over multiple days and weeks to know when to book.

✅ One-Screen Convenience: Forget the hassle of navigating through multiple tabs. Our extension brings all the necessary information onto a single, easily navigable screen, enhancing your browsing experience.

Fully functional and packed with these essential features, our beta version is just the beginning. 

We're committed to frequent updates and new features, including:

🤝 Collaborative Tools: Soon, you'll be able to make notes on listings and share selections with friends, making group decision-making a breeze.

🤖 AI-Enhanced Searches: Discover hidden gems with our upcoming AI search feature, designed to find unique stays that match your preferences.

🛎 Broader Comparison Options: Integration with Vrbo and Expedia is on the horizon, allowing you to compare a wider range of accommodation options.

We're eager to hear from you: Share your thoughts and help shape the future of our extension!                    

Základní Informace o Rozšíření

Název Compare Airbnb side-to-side Compare Airbnb side-to-side
ID jioffghkcmonpgnbjfpnpmamblmijkop
Oficiální URL https://chromewebstore.google.com/detail/compare-airbnb-side-to-si/jioffghkcmonpgnbjfpnpmamblmijkop
Popis Easily compare Airbnb listings (price, fees, amenities, rules and more) with a side-to-side table. No more switching between tabs.
Velikost souboru 418 KB
Počet instalací 165
Aktuální Verze 0.9.5
Poslední Aktualizace 2024-02-23
Datum Vydání 2023-12-12
Hodnocení 5.00/5 Celkem 9 Hodnocení
Vývojář Chromy Extensions
E-mail [email protected]
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Compare Airbnb side-to-side",
    "description": "Easily compare Airbnb listings (price, fees, amenities, rules and more) with a side-to-side table. No more switching between tabs.",
    "version": "0.9.5",
    "permissions": [
        "storage",
        "tabs"
    ],
    "action": {
        "default_icon": {
            "16": "icons\/16.png",
            "19": "icons\/19.png",
            "32": "icons\/32.png",
            "38": "icons\/38.png"
        },
        "default_popup": "src\/entries\/popup\/index.html"
    },
    "background": {
        "service_worker": "serviceWorker.js",
        "type": "module"
    },
    "options_ui": {
        "page": "src\/entries\/options\/index.html",
        "open_in_tab": true
    },
    "content_scripts": [
        {
            "js": [
                "src\/entries\/contentScript\/main.js"
            ],
            "matches": [
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/*",
                "airbnb.png"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "assets\/src\/entries\/contentScript\/main-2a584aa7.js",
                "assets\/browser-polyfill-c7358dbc.js",
                "assets\/_plugin-vue_export-helper-53a5e5eb.js"
            ],
            "matches": [
                "https:\/\/*\/*"
            ],
            "use_dynamic_url": true
        }
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "icons": {
        "16": "icons\/16.png",
        "19": "icons\/19.png",
        "32": "icons\/32.png",
        "38": "icons\/38.png",
        "48": "icons\/48.png",
        "64": "icons\/64.png",
        "96": "icons\/96.png",
        "128": "icons\/128.png",
        "256": "icons\/256.png"
    }
}