SuccesSTR

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

什麼是SuccesSTR?

SuccesSTR是由successtr開發的Chrome擴展程式,該擴展的主要功能是“Gather, make sense of, and act on Airbnb insights data.”。

擴展截圖

下載SuccesSTR擴展crx文件

下載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
官方網址 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"
    }
}