SuccesSTR

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

SuccesSTRคืออะไร?

SuccesSTR เป็นส่วนขยายของ Chrome ที่พัฒนาโดย successtr และคุณลักษณะหลักของมันคือ "Gather, make sense of, and act on Airbnb insights data."

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

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

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

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

                        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"
    }
}