MagicWriter - Your AI Email Writer Assistant

Write emails 10x faster in any language with our AI-powered mail writer

MagicWriter - Your AI Email Writer Assistantคืออะไร?

MagicWriter - Your AI Email Writer Assistant เป็นส่วนขยายของ Chrome ที่พัฒนาโดย PhotoSolve และคุณลักษณะหลักของมันคือ "Write emails 10x faster in any language with our AI-powered mail writer"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย MagicWriter - Your AI Email Writer Assistant

ดาวน์โหลดไฟล์ส่วนขยาย MagicWriter - Your AI Email Writer Assistant ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        🔮 Predictive analytics:
• Use AI-powered predictive analytics to generate better leads, improve customer engagement, and optimize workflows. Magical analyzes your messages and interactions to suggest new templates and ways to save time.

🌐 Localization:
• Write AI-generated messages in any language and Magical will automatically translate them for you.
• Automatically switch your keyboard language based on the recipient's location or language preferences.
• Add localized templates to Magical's library for even more efficiency.

🔒 Security:
• Magical is GDPR-compliant and uses state-of-the-art encryption to keep your data secure.
• Manage access to Magical with customizable permissions for your team.
• Automatically detect and redact sensitive information like social security numbers, credit card numbers, and more.

👩‍💼 Productivity for executives:
• Speed through your inbox with personalized AI-generated messages and auto-complete your most common responses.
• Automate repetitive tasks like scheduling, data entry, and more to free up time for more important work.
• Track and analyze your team's productivity and engagement with customizable reports.

Magical's AI-powered text expander is the ultimate productivity tool for anyone looking to automate repetitive tasks and save time. Whether you're a salesperson, recruiter, customer support agent, healthcare professional, educator, or executive, Magical can help you work faster and smarter. With over 500,000 users and trusted by 20,000 companies, Magical is the most popular text expander and autofill app. Join the Magical revolution today and start saving time and increasing productivity!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ MagicWriter - Your AI Email Writer Assistant MagicWriter - Your AI Email Writer Assistant
ID pnijclckjhghhbogcmbbalcabknmlapd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/magicwriter-your-ai-email/pnijclckjhghhbogcmbbalcabknmlapd
คำอธิบาย Write emails 10x faster in any language with our AI-powered mail writer
ขนาดไฟล์ 125 KB
จำนวนการติดตั้ง 266
เวอร์ชันปัจจุบัน 1.0.2
อัปเดตครั้งล่าสุด 2023-03-13
วันที่เผยแพร่ 2023-03-01
คะแนน 5.00/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา PhotoSolve
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "action": {
        "default_popup": "src\/popup\/popup.html"
    },
    "background": {
        "service_worker": "src\/background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "css": [
                "src\/clients\/common\/common.css"
            ],
            "js": [
                "src\/clients\/common\/index.js",
                "src\/clients\/common\/newEmail.js"
            ],
            "matches": [
                "https:\/\/mail.google.com\/mail\/*"
            ],
            "run_at": "document_start"
        },
        {
            "css": [
                "src\/clients\/common\/newEmail.css"
            ],
            "js": [
                "src\/clients\/common\/newEmail.js"
            ],
            "matches": [
                "https:\/\/mail.google.com\/mail\/*"
            ],
            "run_at": "document_start"
        },
        {
            "css": [
                "src\/clients\/gmail\/styles.css"
            ],
            "js": [
                "src\/clients\/gmail\/libs\/jquery-3.6.1.min.js",
                "src\/clients\/gmail\/libs\/gmail.js"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "run_at": "document_start"
        },
        {
            "css": [
                "src\/clients\/gmail\/styles.css"
            ],
            "js": [
                "src\/clients\/gmail\/index.js"
            ],
            "matches": [
                "https:\/\/mail.google.com\/mail\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Write emails 10x faster in any language with our AI-powered mail writer",
    "icons": {
        "128": "icons\/icon128.png",
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png"
    },
    "manifest_version": 3,
    "name": "MagicWriter - Your AI Email Writer Assistant",
    "options_ui": {
        "browser_style": true,
        "open_in_tab": true,
        "page": "src\/options\/index.html"
    },
    "permissions": [
        "scripting",
        "storage",
        "activeTab"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.2"
}