ProbeAI

ProbeAI is your Data Analyst Copilot for Metabase

Wat is ProbeAI?

ProbeAI is een Chrome-extensie ontwikkeld door ProbeAI, en de belangrijkste functie is "ProbeAI is your Data Analyst Copilot for Metabase".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie ProbeAI

Download ProbeAI-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        ProbeAI helps you with:

✨ Auto-generating complex SQL code
 🔎 Identifying relevant tables for your question 
🧠 Adapting to business-specific definitions
🛠️ Adapting to table & column descriptions
🔌 Supporting all major databases & warehouses (BigQuery, Snowflake, MySQL, Postgres)                    

Basisinformatie over de Extensie

Naam ProbeAI ProbeAI
ID loehakpeofeapehaebfapkfbnoaadbdd
Officiële URL https://chromewebstore.google.com/detail/probeai/loehakpeofeapehaebfapkfbnoaadbdd
Beschrijving ProbeAI is your Data Analyst Copilot for Metabase
Bestandsgrootte 519 KB
Aantal Installaties 35
Huidige Versie 0.4.3
Laatst Bijgewerkt 2023-07-19
Publicatiedatum 2023-05-24
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar ProbeAI
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.probeai.app/
Help Pagina-URL https://chat.whatsapp.com/DFjKvZ0oMot3kTnpcHXVjn
URL van de Privacybeleid Pagina https://probeai.notion.site/ProbeAI-Privacy-Policy-b44ab11c62f14e1c949c92270ccdeff5
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ProbeAI",
    "version": "0.4.3",
    "description": "ProbeAI is your Data Analyst Copilot for Metabase",
    "permissions": [
        "activeTab",
        "scripting",
        "storage"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        ""
    ],
    "options_page": "src\/extension\/pages\/options\/index.html",
    "background": {
        "service_worker": "src\/extension\/pages\/background\/index.js",
        "type": "module"
    },
    "action": {
        "default_popup": "src\/extension\/pages\/popup\/index.html",
        "default_icon": "icon-34.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "src\/extension\/pages\/inject\/index.js"
            ],
            "css": []
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "src\/extension\/pages\/content\/index.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        },
        {
            "resources": [
                "assets\/js\/*.js",
                "assets\/css\/*.css",
                "icon.svg",
                "icon-128.png"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}