OnAuto AI

OnAuto AI

What is OnAuto AI?

OnAuto AI is a Chrome extension developed by OnAuto AI, and its main feature is "OnAuto AI".

Extension Screenshots

screenshot

Download OnAuto AI Extension CRX File

Download OnAuto AI extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name OnAuto AI OnAuto AI
ID iblnnlnjeamiljffkjknehlppcpbkifn
Official URL https://chromewebstore.google.com/detail/onauto-ai/iblnnlnjeamiljffkjknehlppcpbkifn
Description OnAuto AI
File Size 222 KB
Installation Count 96
Current Version 0.2.5.2
Last Updated 2024-02-26
Publish Date 2023-06-27
Rating 5.00/5 Total 3 Ratings
Developer OnAuto AI
Email [email protected]
Payment Type free
Extension Website https://app.onauto.ai
Help Page URL https://app.onauto.ai/privacy-policy
Privacy Policy Page URL https://app.onauto.ai/privacy-policy
Supported Languages 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"
    }
}