SuccesSTR

Gather, make sense of, and act on Airbnb insights data.

SuccesSTR क्या है?

SuccesSTR successtr द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Gather, make sense of, and act on Airbnb insights data."।

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

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

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

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

                        Introducing our cutting-edge Chrome extension that gives Airbnb hosts unparalleled insights into their hosting data. With our tool, you'll be able to maximize your rental revenue by optimizing your pricing, improving your guest experience, and ensuring your listing is reaching its full potential.

Don't settle for mediocre results. With SuccesSTR, you can take your Airbnb hosting to the next level and maximize your rental revenue like never before. Try our extension today and see the results for yourself!                    

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

नाम SuccesSTR SuccesSTR
ID lalhcekalechghgljgknmdpcbebepjdo
आधिकारिक URL https://chromewebstore.google.com/detail/successtr/lalhcekalechghgljgknmdpcbebepjdo
विवरण Gather, make sense of, and act on Airbnb insights data.
फ़ाइल का आकार 7.07 MB
स्थापना संख्या 72
वर्तमान संस्करण 0.0.4
अंतिम अपडेट 2023-08-29
प्रकाशन तिथि 2023-03-24
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर successtr
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.successtr.co/
सहायता पृष्ठ URL https://www.successtr.co/
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "SuccesSTR",
    "description": "Gather, make sense of, and act on Airbnb insights data.",
    "version": "0.0.4",
    "background": {
        "service_worker": "BackgroundWorker.js",
        "type": "module"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "index.html",
                "framework\/*",
                "content\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "storage",
        "cookies",
        "webRequest"
    ],
    "host_permissions": [
        "*:\/\/*\/"
    ],
    "icons": {
        "16": "icon_16.png",
        "32": "icon_32.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    }
}