OwnerRez Channel Bridge

Download your booking and review data from channels. Export bookings and reviews from Airbnb, Vrbo and TripAdvisor in Excel format.

OwnerRez Channel Bridge क्या है?

OwnerRez Channel Bridge OwnerRez द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Download your booking and review data from channels. Export bookings and reviews from Airbnb, Vrbo and TripAdvisor in Excel format."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में OwnerRez Channel Bridge एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        This extension was created by the OwnerRez.com dev team as part of the OwnerRez Channel Management feature.

This extension acts as a "bridge" between vacation rental channels (i.e. listing sites - Vrbo, Airbnb, TripAdvisor, etc) and OwnerRez so that users can easily extract information from their listings.

Using the provided buttons, you can quickly download bookings and reviews from Airbnb, Vrbo and TripAdvisor into your OwnerRez account, via Excel format.  The booking and review data that is exported out of the listing site is extremely thorough and includes every detail of the booking and review.  Get the guest info, charges, trip details, transactions, payment schedule, commission and a lot more in just one click!                    

एक्सटेंशन की मूल जानकारी

नाम OwnerRez Channel Bridge OwnerRez Channel Bridge
ID cncajhnkbignallkkklloalnkbdigome
आधिकारिक URL https://chromewebstore.google.com/detail/ownerrez-channel-bridge/cncajhnkbignallkkklloalnkbdigome
विवरण Download your booking and review data from channels. Export bookings and reviews from Airbnb, Vrbo and TripAdvisor in Excel format.
फ़ाइल का आकार 855 KB
स्थापना संख्या 5,532
वर्तमान संस्करण 12.9
अंतिम अपडेट 2024-01-03
प्रकाशन तिथि 2020-06-10
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर OwnerRez
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.ownerrez.com/
सहायता पृष्ठ URL https://www.ownerrez.com/support/articles/channel-bridge
गोपनीयता नीति पृष्ठ URL https://www.ownerrez.com/about/security/privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "OwnerRez Channel Bridge",
    "short_name": "OR Channel Bridge",
    "author": "OwnerRez, Inc.",
    "version": "12.9",
    "description": "Download your booking and review data from channels. Export bookings and reviews from Airbnb, Vrbo and TripAdvisor in Excel format.",
    "homepage_url": "https:\/\/www.ownerrez.com\/support\/articles\/channel-bridge",
    "icons": {
        "16": "img\/icon16.png",
        "32": "img\/icon32.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "background": {
        "scripts": [
            "lib\/jquery-3.2.1.min.js",
            "lib\/console-history.js",
            "lib\/dayjs.min.js",
            "settings.js",
            "ops-ha.js",
            "ops-air.js",
            "ops-ta.js",
            "background.js"
        ],
        "persistent": true
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true,
        "chrome_style": true
    },
    "permissions": [
        "background",
        "tabs",
        "cookies",
        "webNavigation",
        "webRequest",
        "https:\/\/*.tripadvisor.com\/",
        "*:\/\/*.vrbo.com\/",
        "*:\/\/*.homeaway.com\/",
        "*:\/\/*.homeaway.co.uk\/",
        "*:\/\/*.homeaway.com.au\/",
        "*:\/\/*.homeaway.es\/",
        "*:\/\/*.homeaway.com.mx\/",
        "*:\/\/*.vacationrentals.com\/",
        "*:\/\/*.abritel.fr\/",
        "https:\/\/*.airbnb.com\/",
        "https:\/\/*.airbnb.ca\/",
        "https:\/\/*.airbnb.ae\/",
        "https:\/\/*.airbnb.co.cr\/",
        "https:\/\/*.airbnb.co.uk\/",
        "https:\/\/*.airbnb.co.za\/",
        "https:\/\/*.airbnb.com.au\/",
        "https:\/\/*.airbnb.co.nz\/",
        "https:\/\/*.airbnb.es\/",
        "https:\/\/*.airbnb.fr\/",
        "https:\/\/*.airbnb.mx\/",
        "https:\/\/*.airbnb.nl\/",
        "*:\/\/secure.dev.ownerrez.com\/*",
        "*:\/\/secure.ownerrez.com\/*"
    ],
    "optional_permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "browser_action": {
        "default_icon": {
            "19": "img\/icon19.png",
            "38": "img\/icon38.png"
        }
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/secure.dev.ownerrez.com\/*",
            "*:\/\/secure.ownerrez.com\/*"
        ]
    },
    "web_accessible_resources": [
        "img\/icon16.png",
        "img\/icon32.png"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'"
}