ChattyBuddy
ChattyBuddy is a Chrome extension that allows you to chat with the AI-powered chatbot, Buddy, while you browse the web.
Cos'è ChattyBuddy?
ChattyBuddy è un'estensione di Chrome sviluppata da chattybuddy, e la sua funzione principale è "ChattyBuddy is a Chrome extension that allows you to chat with the AI-powered chatbot, Buddy, while you browse the web.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione ChattyBuddy
Scarica i file di estensione ChattyBuddy in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
ChattyBuddy is a highly convenient and innovative Chrome extension that seamlessly integrates with your browsing experience. With Buddy, an advanced AI-powered chatbot, at your fingertips, you can engage in interesting conversations on a wide range of topics while browsing the internet.
Informazioni di Base sull'Estensione
Nome | ChattyBuddy |
ID | aepfjmmhegafegjdjjeibidefhdccenj |
URL Ufficiale | https://chromewebstore.google.com/detail/chattybuddy/aepfjmmhegafegjdjjeibidefhdccenj |
Descrizione | ChattyBuddy is a Chrome extension that allows you to chat with the AI-powered chatbot, Buddy, while you browse the web. |
Dimensione del File | 23.23 KB |
Conteggio Installazioni | 412 |
Versione Corrente | 1.2 |
Ultimo Aggiornamento | 2023-04-04 |
Data di Pubblicazione | 2023-03-16 |
Sviluppatore | chattybuddy |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://chattybuddy.io/privacy.html |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "ChattyBuddy", "version": "1.2", "description": "ChattyBuddy is a Chrome extension that allows you to chat with the AI-powered chatbot, Buddy, while you browse the web.", "icons": { "128": "icon.jpg" }, "action": { "default_title": "ChattyBuddy", "default_icon": "icon.jpg" }, "background": { "service_worker": "background.js" }, "permissions": [ "contextMenus", "storage", "activeTab", "scripting" ], "web_accessible_resources": [ { "resources": [ "mark.js" ], "matches": [ "*:\/\/*.chattybuddy.io\/*" ] } ] } |