ChattyBuddy
ChattyBuddy is a Chrome extension that allows you to chat with the AI-powered chatbot, Buddy, while you browse the web.
Apa itu ChattyBuddy?
ChattyBuddy adalah ekstensi Chrome yang dikembangkan oleh chattybuddy, dan fitur utamanya adalah "ChattyBuddy is a Chrome extension that allows you to chat with the AI-powered chatbot, Buddy, while you browse the web.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi ChattyBuddy
Unduh file ekstensi ChattyBuddy dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | ChattyBuddy |
ID | aepfjmmhegafegjdjjeibidefhdccenj |
URL Resmi | https://chromewebstore.google.com/detail/chattybuddy/aepfjmmhegafegjdjjeibidefhdccenj |
Deskripsi | ChattyBuddy is a Chrome extension that allows you to chat with the AI-powered chatbot, Buddy, while you browse the web. |
Ukuran File | 23.23 KB |
Jumlah Instalasi | 412 |
Versi Saat Ini | 1.2 |
Terakhir Diperbarui | 2023-04-04 |
Tanggal Publikasi | 2023-03-16 |
Pengembang | chattybuddy |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Kebijakan Privasi | https://chattybuddy.io/privacy.html |
Bahasa yang Didukung | 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\/*" ] } ] } |