BrainBuddy: AI Assistant with ChatGPT & Bard

BrainBuddy is an All-in-one AI-powered Sidebar Assistant, with ChatGPT, Bard, & more! ⚡

Τι είναι το BrainBuddy: AI Assistant with ChatGPT & Bard;

Το BrainBuddy: AI Assistant with ChatGPT & Bard είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://brainbuddy.to, και η κύρια λειτουργία του είναι "BrainBuddy is an All-in-one AI-powered Sidebar Assistant, with ChatGPT, Bard, & more! ⚡".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης BrainBuddy: AI Assistant with ChatGPT & Bard

Λήψη αρχείων επέκτασης BrainBuddy: AI Assistant with ChatGPT & Bard σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Introducing BrainBuddy, 
the ultimate AI-powered Sidebar Assistant that revolutionizes the way you browse.

KEY CAPABILITIES:

🚀Seamlessly maintain your efficiency & flow by leveraging amazing 1-click prompts and powerful pre-defined actions!

🚀Take your work quality & output to new heights by prompting both (Bard & ChatGPT) simultaneously with just a single click using the all-in-one AI sidebar!

🚀Prevent damage caused by rapid context-switching by quickly accessing the AI sidebar using quick-access keyboard shortcuts, pre-defined actions, and the AI assistant floating button!

🚀Improve your research quality and build perspective by parallelly & simultaneously comparing outputs from Bard & ChatGPT, all from the AI-powered side panel!

🚀Super-charge your ChatGPT & Bard with phenomenal AI-powered integrations and transform your browser into an AI-integrated beast!


MORE DETAILS:

BrainBuddy is an All-in-one AI Assistant, equipped with advanced AI models like (GPT4-powered) ChatGPT and Google Bard, making it a powerful AI collaborator that's accessible anywhere and anytime at your fingertips.

It is an AI extension that seamlessly integrates with your browser, providing you with a side panel that's just a shortcut key or a click away, making AI assistance available at your fingertips.

One of the key features of BrainBuddy is its ability to prompt both Bard and ChatGPT simultaneously with a single input. This unique capability allows users to compare and contrast answers from both AI chatbots, offering a more comprehensive understanding and a broader perspective. Whether you're searching for data points, seeking solutions, or exploring different perspectives, BrainBuddy enhances your research quality and work output.

BrainBuddy is not just an AI chatbot; it's an AI collaborator that works with you to improve your browsing experience. Its top use cases include quick information retrieval, efficient web browsing, and effective online research. It's perfect for professionals, students, researchers, writers, creators, developers, marketers, and anyone who wants to leverage the power of AI to enhance their work output & quality.

With BrainBuddy, you get an 'AI anywhere & AI everywhere' experience. 
Experience the future of browsing with BrainBuddy, your All-in-one AI-powered Sidebar Assistant. BrainBuddy is not just an AI extension; it's your AI collaborator that's ready to assist you anytime, anywhere, whenever you need it.

Leverage jaw-dropping AI-powered integrations & add superpowers to your browser, with BrainBuddy.🚀                    

Βασικές Πληροφορίες Επέκτασης

Όνομα BrainBuddy: AI Assistant with ChatGPT & Bard BrainBuddy: AI Assistant with ChatGPT & Bard
ID odhdjioheneboknfjdhldaoljedipcig
Επίσημο URL https://chromewebstore.google.com/detail/brainbuddy-ai-assistant-w/odhdjioheneboknfjdhldaoljedipcig
Περιγραφή BrainBuddy is an All-in-one AI-powered Sidebar Assistant, with ChatGPT, Bard, & more! ⚡
Μέγεθος Αρχείου 399 KB
Αριθμός Εγκαταστάσεων 545
Τρέχουσα Έκδοση 1.1.2
Τελευταία Ενημέρωση 2023-12-19
Ημερομηνία Δημοσίευσης 2023-09-04
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής https://brainbuddy.to
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://brainbuddy.to
Διεύθυνση URL της Σελίδας Βοήθειας https://chrome.google.com/webstore/detail/odhdjioheneboknfjdhldaoljedipcig/support
URL της Σελίδας Πολιτικής Απορρήτου https://browsebetter.io/privacy-policy.php
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "BrainBuddy: AI Assistant with ChatGPT & Bard",
    "short_name": "BrainBuddy SidePanel [Alt + X]",
    "version": "1.1.2",
    "description": "BrainBuddy is an All-in-one AI-powered Sidebar Assistant, with ChatGPT, Bard, & more! \u26a1",
    "icons": {
        "32": "images\/32.png",
        "48": "images\/48.png",
        "64": "images\/64.png",
        "128": "images\/128.png"
    },
    "homepage_url": "https:\/\/brainbuddy.to",
    "side_panel": {
        "default_path": "sidepanel.html"
    },
    "permissions": [
        "sidePanel",
        "unlimitedStorage",
        "storage",
        "background",
        "contextMenus",
        "declarativeNetRequest"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1a",
                "enabled": true,
                "path": "rule1a.json"
            },
            {
                "id": "ruleset_1b",
                "enabled": true,
                "path": "rule1b.json"
            },
            {
                "id": "ruleset_2",
                "enabled": true,
                "path": "rule2.json"
            }
        ]
    },
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/bard.google.com\/*"
            ],
            "js": [
                "js\/bard.js"
            ],
            "css": [
                "bard.css"
            ],
            "run_at": "document_start",
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/chat.openai.com\/*"
            ],
            "js": [
                "js\/chatgpt.js"
            ],
            "css": [
                "chatgpt.css"
            ],
            "run_at": "document_start",
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/chat.openai.com\/*",
                "*:\/\/bard.google.com\/*"
            ],
            "js": [
                "js\/a_fun.js"
            ],
            "run_at": "document_idle",
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/chat.openai.com\/*",
                "*:\/\/bard.google.com\/*",
                "*:\/\/*.browsebetter.io\/*",
                "*:\/\/*.brainbuddy.to\/*"
            ],
            "js": [
                "js\/unfocus.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "js\/all.js"
            ],
            "css": [
                "all.css"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*"
            ],
            "matches": [
                ""
            ],
            "all_frames": true,
            "extension_ids": [
                "*"
            ]
        }
    ],
    "commands": {
        "open_brainbuddy": {
            "_execute_action": {
                "default": "Alt+X",
                "windows": "Alt+X",
                "mac": "Alt+X",
                "chromeos": "Alt+X",
                "linux": "Alt+X"
            },
            "description": "Press Alt + X to open the BrainBuddy SidePanel"
        },
        "open_chatgpt": {
            "suggested_key": {
                "default": "Alt+C",
                "windows": "Alt+C",
                "mac": "Alt+C",
                "chromeos": "Alt+C",
                "linux": "Alt+C"
            },
            "description": "Press Alt + C to open ChatGPT"
        },
        "open_bard": {
            "suggested_key": {
                "default": "Alt+B",
                "windows": "Alt+B",
                "mac": "Alt+B",
                "chromeos": "Alt+B",
                "linux": "Alt+B"
            },
            "description": "Press Alt + B to open Bard"
        }
    },
    "offline_enabled": true,
    "author": "BrainBuddy: AI Assistant",
    "background": {
        "service_worker": "js\/service.js"
    },
    "content_security_policy": {
        "extension_pages": "font-src 'self'; script-src 'self'; object-src 'self'; worker-src 'self'",
        "content_scripts": "font-src 'self'; script-src 'self'; object-src 'self'; worker-src 'self'"
    },
    "minimum_chrome_version": "114",
    "action": {
        "default_icon": {
            "32": "images\/32.png",
            "48": "images\/48.png",
            "64": "images\/64.png",
            "128": "images\/128.png"
        },
        "default_title": "BrainBuddy: AI Assistant [Alt + X]"
    }
}