ProbeAI

ProbeAI is your Data Analyst Copilot for Metabase

Apa itu ProbeAI?

ProbeAI adalah ekstensi Chrome yang dikembangkan oleh ProbeAI, dan fitur utamanya adalah "ProbeAI is your Data Analyst Copilot for Metabase".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi ProbeAI

Unduh file ekstensi ProbeAI dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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)                    

Informasi Dasar Ekstensi

Nama ProbeAI ProbeAI
ID loehakpeofeapehaebfapkfbnoaadbdd
URL Resmi https://chromewebstore.google.com/detail/probeai/loehakpeofeapehaebfapkfbnoaadbdd
Deskripsi ProbeAI is your Data Analyst Copilot for Metabase
Ukuran File 519 KB
Jumlah Instalasi 35
Versi Saat Ini 0.4.3
Terakhir Diperbarui 2023-07-19
Tanggal Publikasi 2023-05-24
Penilaian 5.00/5 Total 2 Penilaian
Pengembang ProbeAI
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.probeai.app/
URL Halaman Bantuan https://chat.whatsapp.com/DFjKvZ0oMot3kTnpcHXVjn
URL Halaman Kebijakan Privasi https://probeai.notion.site/ProbeAI-Privacy-Policy-b44ab11c62f14e1c949c92270ccdeff5
Bahasa yang Didukung 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}