ProbeAI

ProbeAI is your Data Analyst Copilot for Metabase

ProbeAIとは何ですか?

ProbeAIはProbeAIによって開発されたChromeの拡張機能で、その主な機能は「ProbeAI is your Data Analyst Copilot for Metabase」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

ProbeAI拡張機能のCRXファイルをダウンロード

ProbeAI拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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)                    

拡張機能の基本情報

名前 ProbeAI ProbeAI
ID loehakpeofeapehaebfapkfbnoaadbdd
公式URL https://chromewebstore.google.com/detail/probeai/loehakpeofeapehaebfapkfbnoaadbdd
説明 ProbeAI is your Data Analyst Copilot for Metabase
ファイルサイズ 519 KB
インストール数 35
現在のバージョン 0.4.3
最終更新日 2023-07-19
公開日 2023-05-24
評価 5.00/5 合計 2 レビュー
開発者 ProbeAI
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.probeai.app/
ヘルプページのURL https://chat.whatsapp.com/DFjKvZ0oMot3kTnpcHXVjn
プライバシーポリシーページのURL https://probeai.notion.site/ProbeAI-Privacy-Policy-b44ab11c62f14e1c949c92270ccdeff5
対応言語 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}