AI Email Writer

Quick emails even if you instruct with a different language

什麼是AI Email Writer?

AI Email Writer是由raphaelquinones57開發的Chrome擴展程式,該擴展的主要功能是“Quick emails even if you instruct with a different language”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載AI Email Writer擴展crx文件

下載AI Email Writer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
            ]
        }
    ]
}