ChattyBuddy

ChattyBuddy is a Chrome extension that allows you to chat with the AI-powered chatbot, Buddy, while you browse the web.

Co to jest ChattyBuddy?

ChattyBuddy to rozszerzenie Chrome opracowane przez chattybuddy, a jego główną funkcją jest „ChattyBuddy is a Chrome extension that allows you to chat with the AI-powered chatbot, Buddy, while you browse the web.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia ChattyBuddy

Pobierz pliki rozszerzeń ChattyBuddy 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

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa ChattyBuddy ChattyBuddy
ID aepfjmmhegafegjdjjeibidefhdccenj
Oficjalny URL https://chromewebstore.google.com/detail/chattybuddy/aepfjmmhegafegjdjjeibidefhdccenj
Opis ChattyBuddy is a Chrome extension that allows you to chat with the AI-powered chatbot, Buddy, while you browse the web.
Rozmiar pliku 23.23 KB
Liczba instalacji 412
Aktualna Wersja 1.2
Ostatnia Aktualizacja 2023-04-04
Data Publikacji 2023-03-16
Deweloper chattybuddy
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://chattybuddy.io/privacy.html
Obsługiwane Języki 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\/*"
            ]
        }
    ]
}