CassidyAI
Bring CassidyAI with you anywhere.
Co to jest CassidyAI?
CassidyAI to rozszerzenie Chrome opracowane przez https://cassidyai.com, a jego główną funkcją jest „Bring CassidyAI with you anywhere.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia CassidyAI
Pobierz pliki rozszerzeń CassidyAI w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Use CassidyAI directly from any tab. Engage with the content on the page by selecting text, and pressing the Cassidy logo.
Podstawowe informacje o rozszerzeniu
Nazwa | CassidyAI |
ID | kmkfkldjbchieogojgcbalncifahjogg |
Oficjalny URL | https://chromewebstore.google.com/detail/cassidyai/kmkfkldjbchieogojgcbalncifahjogg |
Opis | Bring CassidyAI with you anywhere. |
Rozmiar pliku | 381 KB |
Liczba instalacji | 250 |
Aktualna Wersja | 1.2.1 |
Ostatnia Aktualizacja | 2024-02-08 |
Data Publikacji | 2023-07-12 |
Ocena | 5.00/5 Łącznie 2 Oceny |
Deweloper | https://cassidyai.com |
[email protected] | |
Typ Płatności | free |
Adres URL Strony Polityki Prywatności | https://app.cassidyai.com/privacy.html |
Obsługiwane Języki | 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:\/\/*\/*", " |