OnAuto AI

OnAuto AI

Qu'est-ce que OnAuto AI ?

OnAuto AI est une extension Chrome développée par OnAuto AI, et sa fonction principale est "OnAuto AI".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension OnAuto AI

Téléchargez les fichiers d'extension OnAuto AI 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

                        This advanced tool empowers Turo hosts by providing an efficient and effective way to optimize pricing strategies. With its intuitive interface and powerful algorithms, hosts can maximize their rental income effortlessly. The Pricing Engine Tool analyzes various factors like demand, seasonality, location, and vehicle specifications to generate accurate and competitive pricing suggestions. It enables hosts to stay ahead of the market trends, ensuring their listings are attractively priced to attract more bookings while maximizing their revenue potential. With the Turo Host Pricing Engine Tool, hosts can unlock the full earning potential of their car rentals, making their Turo hosting experience even more rewarding.                    

Informations de Base sur l'Extension

Nom OnAuto AI OnAuto AI
ID iblnnlnjeamiljffkjknehlppcpbkifn
URL Officiel https://chromewebstore.google.com/detail/onauto-ai/iblnnlnjeamiljffkjknehlppcpbkifn
Description OnAuto AI
Taille du Fichier 222 KB
Nombre d'Installations 96
Version Actuelle 0.2.5.2
Dernière Mise à Jour 2024-02-26
Date de Publication 2023-06-27
Évaluation 5.00/5 Total 3 Évaluations
Développeur OnAuto AI
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://app.onauto.ai
URL de la Page d'Aide https://app.onauto.ai/privacy-policy
URL de la Page de Politique de Confidentialité https://app.onauto.ai/privacy-policy
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "OnAuto AI",
    "description": "OnAuto AI",
    "version": "0.2.5.2",
    "manifest_version": 3,
    "icons": {
        "16": "shortcut_icon.png",
        "48": "shortcut_icon.png",
        "128": "icon.png"
    },
    "permissions": [
        "cookies"
    ],
    "host_permissions": [
        "http:\/\/*.turo.com\/*",
        "https:\/\/*.turo.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/turo.com\/**"
            ],
            "js": [
                "app.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    }
}