ChattyBuddy
ChattyBuddy is a Chrome extension that allows you to chat with the AI-powered chatbot, Buddy, while you browse the web.
Hvad er ChattyBuddy?
ChattyBuddy er en Chrome-udvidelse udviklet af chattybuddy, og dens hovedfunktion er "ChattyBuddy is a Chrome extension that allows you to chat with the AI-powered chatbot, Buddy, while you browse the web.".
Udvidelsesskærmbilleder
Download ChattyBuddy-udvidelses-CRX-fil
Download ChattyBuddy-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | aepfjmmhegafegjdjjeibidefhdccenj |
| Officiel URL | https://chromewebstore.google.com/detail/chattybuddy/aepfjmmhegafegjdjjeibidefhdccenj |
| Beskrivelse | ChattyBuddy is a Chrome extension that allows you to chat with the AI-powered chatbot, Buddy, while you browse the web. |
| Filstørrelse | 23.23 KB |
| Antal Installationer | 412 |
| Nuværende Version | 1.2 |
| Senest Opdateret | 2023-04-04 |
| Udgivelsesdato | 2023-03-16 |
| Udvikler | chattybuddy |
| [email protected] | |
| Betalingsmetode | free |
| URL til Fortrolighedspolitik Side | https://chattybuddy.io/privacy.html |
| Understøttede Sprog | 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\/*"
]
}
]
} | |