CassidyAI

Bring CassidyAI with you anywhere.

What is CassidyAI?

CassidyAI is a Chrome extension developed by https://cassidyai.com, and its main feature is "Bring CassidyAI with you anywhere.".

Extension Screenshots

screenshot
screenshot

Download CassidyAI Extension CRX File

Download CassidyAI extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name CassidyAI CassidyAI
ID kmkfkldjbchieogojgcbalncifahjogg
Official URL https://chromewebstore.google.com/detail/cassidyai/kmkfkldjbchieogojgcbalncifahjogg
Description Bring CassidyAI with you anywhere.
File Size 381 KB
Installation Count 250
Current Version 1.2.1
Last Updated 2024-02-08
Publish Date 2023-07-12
Rating 5.00/5 Total 2 Ratings
Developer https://cassidyai.com
Email [email protected]
Payment Type free
Privacy Policy Page URL https://app.cassidyai.com/privacy.html
Supported Languages 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}