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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Use the AI to reply your e-mails and messages. Extend the Gmail UI or use the popup anywhere."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में BestRegards - AI reply generator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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