CassidyAI
Bring CassidyAI with you anywhere.
Apa itu CassidyAI?
CassidyAI adalah ekstensi Chrome yang dikembangkan oleh https://cassidyai.com, dan fitur utamanya adalah "Bring CassidyAI with you anywhere.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi CassidyAI
Unduh file ekstensi CassidyAI dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Use CassidyAI directly from any tab. Engage with the content on the page by selecting text, and pressing the Cassidy logo.
Informasi Dasar Ekstensi
Nama | CassidyAI |
ID | kmkfkldjbchieogojgcbalncifahjogg |
URL Resmi | https://chromewebstore.google.com/detail/cassidyai/kmkfkldjbchieogojgcbalncifahjogg |
Deskripsi | Bring CassidyAI with you anywhere. |
Ukuran File | 381 KB |
Jumlah Instalasi | 250 |
Versi Saat Ini | 1.2.1 |
Terakhir Diperbarui | 2024-02-08 |
Tanggal Publikasi | 2023-07-12 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | https://cassidyai.com |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Kebijakan Privasi | https://app.cassidyai.com/privacy.html |
Bahasa yang Didukung | 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:\/\/*\/*", " |