Copywrite & Paste - AI writing Assistant

Easiest and most powerful gmail writing tool. Built in library of 100000s of templates, AI writing assistant, and more.

Copywrite & Paste - AI writing Assistantคืออะไร?

Copywrite & Paste - AI writing Assistant เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://copywriteandpaste.io และคุณลักษณะหลักของมันคือ "Easiest and most powerful gmail writing tool. Built in library of 100000s of templates, AI writing assistant, and more."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Copywrite & Paste - AI writing Assistant

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

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

                        Are you tired of spending your precious time writing long emails? Well, us too, which is why we built Copywrite And Paste.

Introducing Copywrite and Paste, the revolutionary Chrome extension that uses AI technology to help you write emails faster and more efficiently. Simply enter the subject of your email, and let Copywrite and Paste do the rest.

Our extension helps you write better and faster within a matter of seconds. Install it now and get some of your time back.   

Our advanced AI algorithms analyze your subject line and generate a perfectly crafted email body, complete with professional language and an appropriate tone. Say goodbye to tedious drafting and editing, and say hello to more productive and effective email communication.

In addition to saving you time and effort, Copywrite and Paste also ensure that your emails are error-free and tailored to your audience. With a single click, you can quickly send out personalized and polished emails without spending hours composing them.

Don't waste any more time struggling to write emails - try Copywrite and Paste today and experience the power of AI-assisted writing. Get started sending high-conversion emails in no time.                    

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

ชื่อ Copywrite & Paste - AI writing Assistant Copywrite & Paste - AI writing Assistant
ID bjogiikmnjcleceacedijnejkjffgmoh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/copywrite-paste-ai-writin/bjogiikmnjcleceacedijnejkjffgmoh
คำอธิบาย Easiest and most powerful gmail writing tool. Built in library of 100000s of templates, AI writing assistant, and more.
ขนาดไฟล์ 90.1 KB
จำนวนการติดตั้ง 130
เวอร์ชันปัจจุบัน 1.0.6
อัปเดตครั้งล่าสุด 2022-12-10
วันที่เผยแพร่ 2022-11-16
ผู้พัฒนา https://copywriteandpaste.io
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://copywriteandpaste.io
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Copywrite & Paste - AI writing Assistant",
    "version": "1.0.6",
    "description": "Easiest and most powerful gmail writing tool. Built in library of 100000s of templates, AI writing assistant, and more.",
    "manifest_version": 3,
    "author": "Joey Malope",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*",
                "http:\/\/localhost:5001\/*"
            ],
            "all_frames": true,
            "js": [
                "assets\/js\/contentScript.js"
            ],
            "css": [
                "assets\/css\/embed.css"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/images\/loader.gif",
                "assets\/images\/loader2.gif",
                "assets\/images\/icon128.png"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "http:\/\/*.google.com\/*"
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "icons": {
        "16": "assets\/images\/icon16.png",
        "32": "assets\/images\/icon32.png",
        "48": "assets\/images\/icon48.png",
        "128": "assets\/images\/icon128.png"
    },
    "action": {
        "default_icon": {
            "16": "assets\/images\/icon16.png",
            "32": "assets\/images\/icon32.png",
            "48": "assets\/images\/icon48.png",
            "128": "assets\/images\/icon128.png"
        },
        "default_title": "Copywrite & Paste",
        "default_popup": "popup.html"
    }
}