BestRegards - AI reply generator

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

¿Qué es BestRegards - AI reply generator?

BestRegards - AI reply generator es una extensión de Chrome desarrollada por https://bestregards.app, y su función principal es "Use the AI to reply your e-mails and messages. Extend the Gmail UI or use the popup anywhere.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión BestRegards - AI reply generator

Descarga archivos de extensión BestRegards - AI reply generator en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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!                    

Información Básica de la Extensión

Nombre BestRegards - AI reply generator BestRegards - AI reply generator
ID iblbbdgjelgbifffdijkboabbkoiokjn
URL Oficial https://chromewebstore.google.com/detail/bestregards-ai-reply-gene/iblbbdgjelgbifffdijkboabbkoiokjn
Descripción Use the AI to reply your e-mails and messages. Extend the Gmail UI or use the popup anywhere.
Tamaño del Archivo 970 KB
Cantidad de Instalaciones 1,447
Versión Actual 0.0.11
Última Actualización 2024-01-22
Fecha de Publicación 2023-01-07
Calificación 4.00/5 Total de 8 Calificaciones
Desarrollador https://bestregards.app
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://bestregards.app
URL de la Página de Ayuda https://bestregards.app/support
URL de la Página de Política de Privacidad https://bestregards.app/privacy
Idiomas Soportados 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:\/\/*\/*"
    ]
}