CassidyAI

Bring CassidyAI with you anywhere.

Wat is CassidyAI?

CassidyAI is een Chrome-extensie ontwikkeld door https://cassidyai.com, en de belangrijkste functie is "Bring CassidyAI with you anywhere.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie CassidyAI

Download CassidyAI-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam CassidyAI CassidyAI
ID kmkfkldjbchieogojgcbalncifahjogg
Officiële URL https://chromewebstore.google.com/detail/cassidyai/kmkfkldjbchieogojgcbalncifahjogg
Beschrijving Bring CassidyAI with you anywhere.
Bestandsgrootte 381 KB
Aantal Installaties 250
Huidige Versie 1.2.1
Laatst Bijgewerkt 2024-02-08
Publicatiedatum 2023-07-12
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar https://cassidyai.com
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://app.cassidyai.com/privacy.html
Ondersteunde Talen 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}