SuccesSTR

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

SuccesSTR là gì?

SuccesSTR là một tiện ích mở rộng Chrome được phát triển bởi successtr, và tính năng chính của nó là "Gather, make sense of, and act on Airbnb insights data.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

Tải xuống tệp CRX của tiện ích mở rộng SuccesSTR

Tải xuống các tệp mở rộng SuccesSTR dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên SuccesSTR SuccesSTR
ID lalhcekalechghgljgknmdpcbebepjdo
URL Chính Thức https://chromewebstore.google.com/detail/successtr/lalhcekalechghgljgknmdpcbebepjdo
Mô tả Gather, make sense of, and act on Airbnb insights data.
Kích Thước Tệp 7.07 MB
Số Lần Cài Đặt 72
Phiên Bản Hiện Tại 0.0.4
Cập Nhật Lần Cuối 2023-08-29
Ngày Phát Hành 2023-03-24
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển successtr
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.successtr.co/
URL Trang Trợ Giúp https://www.successtr.co/
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}