SuccesSTR

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

Qu'est-ce que SuccesSTR ?

SuccesSTR est une extension Chrome développée par successtr, et sa fonction principale est "Gather, make sense of, and act on Airbnb insights data.".

Captures d'Écran de l'Extension

Télécharger le fichier CRX de l'extension SuccesSTR

Téléchargez les fichiers d'extension SuccesSTR au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom SuccesSTR SuccesSTR
ID lalhcekalechghgljgknmdpcbebepjdo
URL Officiel https://chromewebstore.google.com/detail/successtr/lalhcekalechghgljgknmdpcbebepjdo
Description Gather, make sense of, and act on Airbnb insights data.
Taille du Fichier 7.07 MB
Nombre d'Installations 72
Version Actuelle 0.0.4
Dernière Mise à Jour 2023-08-29
Date de Publication 2023-03-24
Évaluation 5.00/5 Total 3 Évaluations
Développeur successtr
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.successtr.co/
URL de la Page d'Aide https://www.successtr.co/
Langues Prises en Charge 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"
    }
}