OnAuto AI
OnAuto AI
O que é OnAuto AI?
OnAuto AI é uma extensão do Chrome desenvolvida por OnAuto AI, e sua principal característica é "OnAuto AI".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão OnAuto AI
Baixe arquivos de extensão OnAuto AI no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | OnAuto AI |
ID | iblnnlnjeamiljffkjknehlppcpbkifn |
URL Oficial | https://chromewebstore.google.com/detail/onauto-ai/iblnnlnjeamiljffkjknehlppcpbkifn |
Descrição | OnAuto AI |
Tamanho do Arquivo | 222 KB |
Contagem de Instalações | 96 |
Versão Atual | 0.2.5.2 |
Última Atualização | 2024-02-26 |
Data de Publicação | 2023-06-27 |
Classificação | 5.00/5 Total de 3 Avaliações |
Desenvolvedor | OnAuto AI |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://app.onauto.ai |
URL da Página de Ajuda | https://app.onauto.ai/privacy-policy |
URL da Página de Política de Privacidade | https://app.onauto.ai/privacy-policy |
Idiomas Suportados | 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" } } |