CassidyAI

Bring CassidyAI with you anywhere.

ما هو CassidyAI؟

CassidyAI هو إضافة Chrome تم تطويرها بواسطة https://cassidyai.com، والميزة الرئيسية لها هي "Bring CassidyAI with you anywhere.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة CassidyAI

قم بتنزيل ملفات الامتداد CassidyAI بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}