CassidyAI

Bring CassidyAI with you anywhere.

CassidyAIとは何ですか?

CassidyAIはhttps://cassidyai.comによって開発されたChromeの拡張機能で、その主な機能は「Bring CassidyAI with you anywhere.」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        Use CassidyAI directly from any tab. Engage with the content on the page by selecting text, and pressing the Cassidy logo.                    

拡張機能の基本情報

名前 CassidyAI CassidyAI
ID kmkfkldjbchieogojgcbalncifahjogg
公式URL https://chromewebstore.google.com/detail/cassidyai/kmkfkldjbchieogojgcbalncifahjogg
説明 Bring CassidyAI with you anywhere.
ファイルサイズ 381 KB
インストール数 250
現在のバージョン 1.2.1
最終更新日 2024-02-08
公開日 2023-07-12
評価 5.00/5 合計 2 レビュー
開発者 https://cassidyai.com
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://app.cassidyai.com/privacy.html
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "CassidyAI",
    "version": "1.2.1",
    "description": "Bring CassidyAI with you anywhere.",
    "background": {
        "service_worker": "src\/pages\/background\/index.js",
        "type": "module"
    },
    "action": {
        "default_title": "Cassidy",
        "default_icon": "logo-3color.png"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "sidePanel",
        "activeTab"
    ],
    "side_panel": {
        "default_path": "src\/pages\/panel\/index.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "src\/pages\/content\/index.js"
            ],
            "css": [
                "contentStyle.css"
            ]
        }
    ],
    "host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/js\/*.js",
                "assets\/css\/*.css",
                "contentStyle.css",
                "logo-3color.png",
                "logo-white.png"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}