SuccesSTR

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

Apa itu SuccesSTR?

SuccesSTR adalah ekstensi Chrome yang dikembangkan oleh successtr, dan fitur utamanya adalah "Gather, make sense of, and act on Airbnb insights data.".

Screenshot Ekstensi

Unduh Berkas CRX Ekstensi SuccesSTR

Unduh file ekstensi SuccesSTR dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama SuccesSTR SuccesSTR
ID lalhcekalechghgljgknmdpcbebepjdo
URL Resmi https://chromewebstore.google.com/detail/successtr/lalhcekalechghgljgknmdpcbebepjdo
Deskripsi Gather, make sense of, and act on Airbnb insights data.
Ukuran File 7.07 MB
Jumlah Instalasi 72
Versi Saat Ini 0.0.4
Terakhir Diperbarui 2023-08-29
Tanggal Publikasi 2023-03-24
Penilaian 5.00/5 Total 3 Penilaian
Pengembang successtr
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.successtr.co/
URL Halaman Bantuan https://www.successtr.co/
Bahasa yang Didukung 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"
    }
}