CassidyAI

Bring CassidyAI with you anywhere.

Qu'est-ce que CassidyAI ?

CassidyAI est une extension Chrome développée par https://cassidyai.com, et sa fonction principale est "Bring CassidyAI with you anywhere.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension CassidyAI

Téléchargez les fichiers d'extension CassidyAI au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom CassidyAI CassidyAI
ID kmkfkldjbchieogojgcbalncifahjogg
URL Officiel https://chromewebstore.google.com/detail/cassidyai/kmkfkldjbchieogojgcbalncifahjogg
Description Bring CassidyAI with you anywhere.
Taille du Fichier 381 KB
Nombre d'Installations 250
Version Actuelle 1.2.1
Dernière Mise à Jour 2024-02-08
Date de Publication 2023-07-12
Évaluation 5.00/5 Total 2 Évaluations
Développeur https://cassidyai.com
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://app.cassidyai.com/privacy.html
Langues Prises en Charge 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}