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
官方網址 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
電子郵箱 [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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}