ChattyBuddy
ChattyBuddy is a Chrome extension that allows you to chat with the AI-powered chatbot, Buddy, while you browse the web.
Wat is ChattyBuddy?
ChattyBuddy is een Chrome-extensie ontwikkeld door chattybuddy, en de belangrijkste functie is "ChattyBuddy is a Chrome extension that allows you to chat with the AI-powered chatbot, Buddy, while you browse the web.".
Extensie Screenshots
Download het CRX-bestand van de extensie ChattyBuddy
Download ChattyBuddy-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | aepfjmmhegafegjdjjeibidefhdccenj |
| Officiële URL | https://chromewebstore.google.com/detail/chattybuddy/aepfjmmhegafegjdjjeibidefhdccenj |
| Beschrijving | ChattyBuddy is a Chrome extension that allows you to chat with the AI-powered chatbot, Buddy, while you browse the web. |
| Bestandsgrootte | 23.23 KB |
| Aantal Installaties | 412 |
| Huidige Versie | 1.2 |
| Laatst Bijgewerkt | 2023-04-04 |
| Publicatiedatum | 2023-03-16 |
| Ontwikkelaar | chattybuddy |
| [email protected] | |
| Betalingswijze | free |
| URL van de Privacybeleid Pagina | https://chattybuddy.io/privacy.html |
| Ondersteunde Talen | 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\/*"
]
}
]
} | |