AI Email Writer

Quick emails even if you instruct with a different language

Apa itu AI Email Writer?

AI Email Writer adalah ekstensi Chrome yang dikembangkan oleh raphaelquinones57, dan fitur utamanya adalah "Quick emails even if you instruct with a different language".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi AI Email Writer

Unduh file ekstensi AI Email Writer dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama AI Email Writer AI Email Writer
ID cmcpfhbggjacklnnjdjphpbmimjejfbh
URL Resmi https://chromewebstore.google.com/detail/ai-email-writer/cmcpfhbggjacklnnjdjphpbmimjejfbh
Deskripsi Quick emails even if you instruct with a different language
Ukuran File 31.15 KB
Jumlah Instalasi 3,731
Versi Saat Ini 0.0.0.3
Terakhir Diperbarui 2023-01-25
Tanggal Publikasi 2023-01-08
Penilaian 3.17/5 Total 6 Penilaian
Pengembang raphaelquinones57
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}