OnAuto AI

OnAuto AI

什么是OnAuto AI?

OnAuto AI是由OnAuto AI开发的Chrome扩展程序,该扩展的主要功能是“OnAuto AI”。

扩展截图

screenshot

下载OnAuto AI扩展crx文件

下载OnAuto AI扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 OnAuto AI OnAuto AI
ID iblnnlnjeamiljffkjknehlppcpbkifn
官方URL https://chromewebstore.google.com/detail/onauto-ai/iblnnlnjeamiljffkjknehlppcpbkifn
简介 OnAuto AI
文件大小 222 KB
安装次数 96
当前版本 0.2.5.2
更新时间 2024-02-26
上架时间 2023-06-27
评分 5.00/5 共3次评分
开发者 OnAuto AI
电子邮箱 [email protected]
付费类型 free
扩展官网 https://app.onauto.ai
帮助页面URL https://app.onauto.ai/privacy-policy
隐私政策页面URL https://app.onauto.ai/privacy-policy
支持的语言 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"
    }
}