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是由https://bestregards.app开发的Chrome扩展程序,该扩展的主要功能是“Use the AI to reply your e-mails and messages. Extend the Gmail UI or use the popup anywhere.”。

扩展截图

screenshot
screenshot
screenshot

下载BestRegards - AI reply generator扩展crx文件

下载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:\/\/*\/*"
    ]
}