Avanty
Avanty is your AI assistant for Metabase.
Avanty란 무엇입니까?
Avanty은(는) https://avanty.app에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Avanty is your AI assistant for Metabase."입니다.
확장 프로그램 스크린샷
Avanty 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Avanty is an AI-powered Chrome extension that supports data analysts in their work in Metabase. Features include: - AI-generated SQL based on natural language - Use AI to edit parts of your SQL query - AI-powered step-by-step explanation of complex SQL queries - Auto-generated titles for new Metabase charts - Format your SQL code at the click of a button - Automatically debug SQL queries that result in errors
확장 프로그램 기본 정보
이름 | Avanty |
ID | glimiillegbamhdopeiompaefkjekdkn |
공식 URL | https://chromewebstore.google.com/detail/avanty/glimiillegbamhdopeiompaefkjekdkn |
설명 | Avanty is your AI assistant for Metabase. |
파일 크기 | 1.35 MB |
설치 횟수 | 131 |
현재 버전 | 1.2.0 |
최근 업데이트 | 2023-12-23 |
출시 날짜 | 2023-03-03 |
평점 | 5.00/5 총 4 개의 평점 |
개발자 | https://avanty.app |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://avanty.app |
개인정보 보호 정책 페이지 URL | https://avanty.app/legal/privacy-policy |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Avanty", "version": "1.2.0", "description": "Avanty is your AI assistant for Metabase.", "action": { "default_popup": "index.html" }, "options_page": "index.html", "icons": { "128": "assets\/icons\/icon128.png" }, "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "web_accessible_resources": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "resources": [ "src\/static\/ace-communicator.js", "src\/static\/fonts\/*", "assets\/_commonjsHelpers-de833af9.js", "assets\/_baseIsEqual-104d13df.js" ], "use_dynamic_url": false }, { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "resources": [ "assets\/messages-4bdc1b3a.js", "assets\/exports-8759c04b.js", "assets\/sdk-19c9a747.js", "assets\/_commonjsHelpers-de833af9.js", "assets\/index-1ec4a07c.js", "assets\/skeleton-d1b0854d.js", "assets\/App-0b535096.js", "assets\/Extension-2b0fc840.js", "assets\/pgadmin-0e64b2c7.js", "assets\/index-779f75ed.js", "assets\/use-current-user-55b08e84.js", "assets\/_baseIsEqual-104d13df.js", "assets\/index.tsx-61cbc19a.js" ], "use_dynamic_url": true } ], "content_scripts": [ { "js": [ "assets\/index.tsx-loader-0e1996c9.js" ], "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "run_at": "document_idle", "all_frames": true, "css": [ "assets\/Extension-5a12befe.css" ] } ], "host_permissions": [ "http:\/\/localhost:3000\/*", " |