MailBuddy – ChatGPT AI Email Assistant

MailBuddy is a free GPT-3.5-powered Chrome extension that writes email replies. It allows to reply to ANY email in 5 seconds.

Τι είναι το MailBuddy – ChatGPT AI Email Assistant;

Το MailBuddy – ChatGPT AI Email Assistant είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον BotsCrew, Inc, και η κύρια λειτουργία του είναι "MailBuddy is a free GPT-3.5-powered Chrome extension that writes email replies. It allows to reply to ANY email in 5 seconds.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης MailBuddy – ChatGPT AI Email Assistant

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

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

                        Ever wanted to try ChatGPT in action for a business? 

It can join your inbox to cover 90% of your daily email reply routine.

Introducing a GPT-3.5-based AI email assistant – MailBuddy 🐶

At your command, MailBuddy reads the mail for you and writes the replies in seconds. It drafts the text – you hit “send” after a review right from the inbox.

It understands any emails: long and confusing inquiries, follow-ups, and any complex correspondence.

MailBuddy can write self-paced or follow your commands on:
🧠specific details (add more info, examples, questions, etc.)
❤️sentiments (write politely, positively, etc.)
💎form of the reply (add bullet points, 3 tips, write briefly, etc.)

Install & start using it in 10 seconds! It’s completely FREE and doesn’t require additional set-up or account creation.

With MailBuddy, hours of your time will be replaced with a few clicks.
_________________________________________________________________________
HOW TO USE

To open, press the extension widget ➤ describe the reply with a few words ➤ press generate reply ➤ your email will be ready shortly. 

We’re always working on improving your experience with MailBuddy. If you have any questions or feedback, we’d love to hear about them in the reviews section or at [email protected]                    

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

Όνομα MailBuddy – ChatGPT AI Email Assistant MailBuddy – ChatGPT AI Email Assistant
ID facheojlbdjkebpdbilmajeblflicppm
Επίσημο URL https://chromewebstore.google.com/detail/mailbuddy-%E2%80%93-chatgpt-ai-em/facheojlbdjkebpdbilmajeblflicppm
Περιγραφή MailBuddy is a free GPT-3.5-powered Chrome extension that writes email replies. It allows to reply to ANY email in 5 seconds.
Μέγεθος Αρχείου 88.3 KB
Αριθμός Εγκαταστάσεων 1,116
Τρέχουσα Έκδοση 1.1.5
Τελευταία Ενημέρωση 2023-07-11
Ημερομηνία Δημοσίευσης 2023-01-20
Αξιολόγηση 4.92/5 Συνολικά 26 Αξιολογήσεις
Προγραμματιστής BotsCrew, Inc
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://mailbuddy.ai/
URL της Σελίδας Πολιτικής Απορρήτου https://pp.botscrew.com/privacy-policy/3015
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "MailBuddy \u2013 ChatGPT AI Email Assistant",
    "version": "1.1.5",
    "icons": {
        "16": "icon_16.png",
        "32": "icon_32.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "description": "MailBuddy is a free GPT-3.5-powered Chrome extension that writes email replies. It allows to reply to ANY email in 5 seconds.",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "index.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "button.svg"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "widget.svg"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage"
    ],
    "action": {
        "default_popup": "popup.html"
    }
}