OnAuto AI

OnAuto AI

Co to jest OnAuto AI?

OnAuto AI to rozszerzenie Chrome opracowane przez OnAuto AI, a jego główną funkcją jest „OnAuto AI”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia OnAuto AI

Pobierz pliki rozszerzeń OnAuto AI w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa OnAuto AI OnAuto AI
ID iblnnlnjeamiljffkjknehlppcpbkifn
Oficjalny URL https://chromewebstore.google.com/detail/onauto-ai/iblnnlnjeamiljffkjknehlppcpbkifn
Opis OnAuto AI
Rozmiar pliku 222 KB
Liczba instalacji 96
Aktualna Wersja 0.2.5.2
Ostatnia Aktualizacja 2024-02-26
Data Publikacji 2023-06-27
Ocena 5.00/5 Łącznie 3 Oceny
Deweloper OnAuto AI
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://app.onauto.ai
Adres URL Strony Pomocy https://app.onauto.ai/privacy-policy
Adres URL Strony Polityki Prywatności https://app.onauto.ai/privacy-policy
Obsługiwane Języki 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"
    }
}