BestRegards - AI reply generator

Use the AI to reply your e-mails and messages. Extend the Gmail UI or use the popup anywhere.

Τι είναι το BestRegards - AI reply generator;

Το BestRegards - AI reply generator είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://bestregards.app, και η κύρια λειτουργία του είναι "Use the AI to reply your e-mails and messages. Extend the Gmail UI or use the popup anywhere.".

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

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης BestRegards - AI reply generator

Λήψη αρχείων επέκτασης BestRegards - AI reply generator σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        BestRegards uses AI to help you generate professional and personalized message responses 10X faster with just a few clicks!

LinkedIn, Twitter, Facebook...you can use it anywhere! Just select the text you want to reply and right click: you'll find all the options and generate a response in a single click. It will autodetect the context for the best text generation ✨

If you're using Gmail, BestRegards can detect the context of the email and generate the most accurate response. Simply select your desired tone and interest level, and the extension will generate a response that you can copy and paste into your compose window.

Save time and effort by letting BestRegards handle the heavy lifting of email response writing. Try it out today for free!                    

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

Όνομα BestRegards - AI reply generator BestRegards - AI reply generator
ID iblbbdgjelgbifffdijkboabbkoiokjn
Επίσημο URL https://chromewebstore.google.com/detail/bestregards-ai-reply-gene/iblbbdgjelgbifffdijkboabbkoiokjn
Περιγραφή Use the AI to reply your e-mails and messages. Extend the Gmail UI or use the popup anywhere.
Μέγεθος Αρχείου 970 KB
Αριθμός Εγκαταστάσεων 1,447
Τρέχουσα Έκδοση 0.0.11
Τελευταία Ενημέρωση 2024-01-22
Ημερομηνία Δημοσίευσης 2023-01-07
Αξιολόγηση 4.00/5 Συνολικά 8 Αξιολογήσεις
Προγραμματιστής https://bestregards.app
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://bestregards.app
Διεύθυνση URL της Σελίδας Βοήθειας https://bestregards.app/support
URL της Σελίδας Πολιτικής Απορρήτου https://bestregards.app/privacy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "BestRegards - AI reply generator",
    "description": "Use the AI to reply your e-mails and messages. Extend the Gmail UI or use the popup anywhere.",
    "version": "0.0.11",
    "manifest_version": 3,
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "icons\/16.png",
            "48": "icons\/48.png",
            "128": "icons\/128.png"
        }
    },
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "permissions": [
        "clipboardWrite",
        "storage",
        "contextMenus",
        "action",
        "scripting",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/mail.google.com\/*"
            ],
            "js": [
                "gmail\/extensionInjector.js",
                "gmail\/content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "background.js",
                "gmail\/gmailJsLoader.js",
                "gmail\/extension.js",
                "gmail\/gmailJsLoader.js.map",
                "gmail\/extension.js.map",
                "index.html"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        "https:\/\/*\/*"
    ]
}