OnAuto AI
OnAuto AI
什麼是OnAuto AI?
OnAuto AI是由OnAuto AI開發的Chrome擴展程式,該擴展的主要功能是“OnAuto AI”。
擴展截圖
下載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 |
ID | iblnnlnjeamiljffkjknehlppcpbkifn |
官方網址 | 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" } } |