CodeSquire.ai

A code writing assistant for data scientists

CodeSquire.aiとは何ですか?

CodeSquire.aiはhttps://codesquire.aiによって開発されたChromeの拡張機能で、その主な機能は「A code writing assistant for data scientists」です。

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        Do you spend hours deciphering complex code or trying to grok new algorithms? CodeSquire.ai is here to help! 
Our AI code assistant can take on any coding challenge, from basic data analysis to more advanced artificial intelligence tasks. Whether you're a data scientist struggling with a tricky problem or an engineer tasked with creating the next big app, our code assistant has you covered. 
We support JupyterLab, Google Colab, and BigQuery Console.
To learn more and start using our AI code assistant today, visit codesquire.ai                    

拡張機能の基本情報

名前 CodeSquire.ai CodeSquire.ai
ID ikldibchjbalnngafojhlnbddkehoooc
公式URL https://chromewebstore.google.com/detail/codesquireai/ikldibchjbalnngafojhlnbddkehoooc
説明 A code writing assistant for data scientists
ファイルサイズ 699 KB
インストール数 9,461
現在のバージョン 2.1.4
最終更新日 2023-05-12
公開日 2022-07-21
評価 5.00/5 合計 6 レビュー
開発者 https://codesquire.ai
Eメール [email protected]
支払い方法 in_app
拡張機能のウェブサイト https://www.codesquire.ai
プライバシーポリシーページのURL https://www.codesquire.ai/privacy_policy.html
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "A code writing assistant for data scientists",
    "version": "2.1.4",
    "manifest_version": 3,
    "name": "CodeSquire.ai",
    "homepage_url": "https:\/\/codesquire.ai",
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon-38.png"
    },
    "icons": {
        "16": "icon-16.png",
        "19": "icon-19.png",
        "38": "icon-38.png",
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.colab.research.google.com\/*",
                "*:\/\/*.cloud.databricks.com\/*",
                "*:\/\/*:*\/*notebooks*",
                "https:\/\/www.postgresql.org\/*",
                "https:\/\/aws.amazon.com\/*",
                "https:\/\/www.snowflake.com\/*",
                "https:\/\/console.cloud.google.com\/bigquery*",
                "*:\/\/*:*\/*lab*",
                "https:\/\/github.com\/*",
                "https:\/\/*.stackoverflow.com\/*",
                "https:\/\/gitlab.com\/",
                "https:\/\/www.kaggle.com\/*",
                "https:\/\/aws.amazon.com\/*\/redshift\/",
                "http:\/\/localhost\/*"
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ]
        }
    ],
    "offline_enabled": false,
    "externally_connectable": {
        "matches": [
            "https:\/\/prod-elden-ring.web.app\/*",
            "https:\/\/codesquire-app.vercel.app\/*",
            "https:\/\/app.codesquire.ai\/*",
            "https:\/\/platform.codesquire.ai\/*",
            "*:\/\/localhost\/*"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "close.svg",
                "copy.svg",
                "thumbs-down.svg",
                "thumbs-up.svg",
                "logo.svg",
                "brain-02.svg",
                "send-icon.svg",
                "new-close-icon.svg",
                "copy-button.svg",
                "chevron-down.svg",
                "clock-rewind.svg",
                "search-md.svg",
                "loader.svg",
                "*.woff2"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "commands": {
        "open-code-popup": {
            "suggested_key": {
                "windows": "Ctrl+K",
                "mac": "Command+K",
                "chromeos": "Ctrl+Shift+E",
                "linux": "Ctrl+Shift+E",
                "default": "Ctrl+Shift+E"
            },
            "description": "Open a code popup"
        },
        "close-code-popup": {
            "suggested_key": {
                "windows": "Ctrl+Q",
                "mac": "Command+Q",
                "chromeos": "Ctrl+Shift+Q",
                "linux": "Ctrl+Shift+Q",
                "default": "Ctrl+Shift+Q"
            },
            "description": "Close the code popup"
        }
    }
}