OnAuto AI
OnAuto AI
OnAuto AI란 무엇입니까?
OnAuto AI은(는) OnAuto AI에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "OnAuto AI"입니다.
확장 프로그램 스크린샷
OnAuto AI 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
공식 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" } } |