AI Email Writer

Quick emails even if you instruct with a different language

AI Email Writer क्या है?

AI Email Writer raphaelquinones57 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Quick emails even if you instruct with a different language"।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Introducing the AI Email Assistant Chrome Extension - the ultimate tool for busy professionals looking to save time and streamline their email communication.

Powered by the latest GPT-3 system, our extension uses artificial intelligence to create emails for you that sound professional and accurate. Simply type in your intended message and let our AI do the rest.

Whether you're looking to draft a quick reply to a client or need to send a personalized email to your team, our AI Email Assistant has got you covered. It can even handle more complex tasks, such as crafting emails for event invitations or promotional campaigns.

With our extension, you'll be able to focus on more important tasks while still maintaining the high-quality communication that your business demands. Try it out today and see how AI can revolutionize your email game.                    

एक्सटेंशन की मूल जानकारी

नाम AI Email Writer AI Email Writer
ID cmcpfhbggjacklnnjdjphpbmimjejfbh
आधिकारिक URL https://chromewebstore.google.com/detail/ai-email-writer/cmcpfhbggjacklnnjdjphpbmimjejfbh
विवरण Quick emails even if you instruct with a different language
फ़ाइल का आकार 31.15 KB
स्थापना संख्या 3,731
वर्तमान संस्करण 0.0.0.3
अंतिम अपडेट 2023-01-25
प्रकाशन तिथि 2023-01-08
रेटिंग 3.17/5 कुल 6 रेटिंग्स
डेवलपर raphaelquinones57
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AI Email Writer",
    "description": "Quick emails even if you instruct with a different language",
    "version": "0.0.0.3",
    "manifest_version": 3,
    "icons": {
        "48": "assets\/48.png",
        "72": "assets\/72.png",
        "96": "assets\/96.png",
        "144": "assets\/144.png"
    },
    "action": {
        "default_popup": "index.html",
        "default_title": "AI Email Writer"
    },
    "background": {
        "service_worker": "scripts\/contextMenuServiceWorker.js"
    },
    "permissions": [
        "contextMenus",
        "activeTab",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "scripts\/content.js"
            ]
        }
    ]
}