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 là gì?

BestRegards - AI reply generator là một tiện ích mở rộng Chrome được phát triển bởi https://bestregards.app, và tính năng chính của nó là "Use the AI to reply your e-mails and messages. Extend the Gmail UI or use the popup anywhere.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng BestRegards - AI reply generator

Tải xuống các tệp mở rộng BestRegards - AI reply generator dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên BestRegards - AI reply generator BestRegards - AI reply generator
ID iblbbdgjelgbifffdijkboabbkoiokjn
URL Chính Thức https://chromewebstore.google.com/detail/bestregards-ai-reply-gene/iblbbdgjelgbifffdijkboabbkoiokjn
Mô tả Use the AI to reply your e-mails and messages. Extend the Gmail UI or use the popup anywhere.
Kích Thước Tệp 970 KB
Số Lần Cài Đặt 1,447
Phiên Bản Hiện Tại 0.0.11
Cập Nhật Lần Cuối 2024-01-22
Ngày Phát Hành 2023-01-07
Đánh Giá 4.00/5 Tổng số 8 Đánh Giá
Nhà Phát Triển https://bestregards.app
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://bestregards.app
URL Trang Trợ Giúp https://bestregards.app/support
URL Trang Chính Sách Bảo Mật https://bestregards.app/privacy
Ngôn Ngữ Được Hỗ Trợ 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:\/\/*\/*"
    ]
}