Avanty

Avanty is your AI assistant for Metabase.

What is Avanty?

Avanty is a Chrome extension developed by https://avanty.app, and its main feature is "Avanty is your AI assistant for Metabase.".

Extension Screenshots

screenshot
screenshot

Download Avanty Extension CRX File

Download Avanty extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Avanty Avanty
ID glimiillegbamhdopeiompaefkjekdkn
Official URL https://chromewebstore.google.com/detail/avanty/glimiillegbamhdopeiompaefkjekdkn
Description Avanty is your AI assistant for Metabase.
File Size 1.35 MB
Installation Count 131
Current Version 1.2.0
Last Updated 2023-12-23
Publish Date 2023-03-03
Rating 5.00/5 Total 4 Ratings
Developer https://avanty.app
Email [email protected]
Payment Type free
Extension Website https://avanty.app
Privacy Policy Page URL https://avanty.app/legal/privacy-policy
Supported Languages 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\/*",
        ""
    ],
    "permissions": [
        "cookies"
    ]
}