OnAuto AI

OnAuto AI

Was ist OnAuto AI?

OnAuto AI ist eine Chrome-Erweiterung, die von OnAuto AI entwickelt wurde, und ihr Hauptmerkmal ist "OnAuto AI".

Erweiterungsscreenshots

screenshot

OnAuto AI-Erweiterungs-CRX-Datei herunterladen

Laden Sie OnAuto AI-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name OnAuto AI OnAuto AI
ID iblnnlnjeamiljffkjknehlppcpbkifn
Offizielle URL https://chromewebstore.google.com/detail/onauto-ai/iblnnlnjeamiljffkjknehlppcpbkifn
Beschreibung OnAuto AI
Dateigröße 222 KB
Installationsanzahl 96
Aktuelle Version 0.2.5.2
Letztes Update 2024-02-26
Veröffentlichungsdatum 2023-06-27
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler OnAuto AI
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://app.onauto.ai
Hilfeseite URL https://app.onauto.ai/privacy-policy
URL der Datenschutzrichtlinien-Seite https://app.onauto.ai/privacy-policy
Unterstützte Sprachen 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"
    }
}