Smart Copy - Copy in Minutes, Not Days

Say goodbye to copywriting woes and hello to Smart Copy, the only AI writing tool that can create, remix, and expand copy in a snap.

Smart Copy - Copy in Minutes, Not Daysคืออะไร?

Smart Copy - Copy in Minutes, Not Days เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://unbounce.com และคุณลักษณะหลักของมันคือ "Say goodbye to copywriting woes and hello to Smart Copy, the only AI writing tool that can create, remix, and expand copy in a snap."

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Smart Copy - Copy in Minutes, Not Days

ดาวน์โหลดไฟล์ส่วนขยาย Smart Copy - Copy in Minutes, Not Days ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        The Only Writing Extension You Will Ever Need.

🚀 Smart Copy - In Your Browser
Smart Copy is a multi-platform app that generates creative AI copy on-the-spot, across your favorite tools. The list includes: Gmail, Google Docs, Intercom, Facebook, Typeform and more!
 
✅ Expand
When all you can come up with is a few words, but you need to write a whole paragraph, just Expand it.
Pro tip! It's especially helpful for turning a heading into a paragraph.

✅ Summarize
So much text, so little time! Sounds familiar? We wish we could just get the Cliff Notes on articles and emails.
Now you can! Too long, didn't read? Just Summarize. We'll bring back the essence, so you get the information quicker.

✅ Remix
Explore fresh ways to express yourself in writing. Remix suggests alternative ways to phrase your text, whether it's the entire sentence, phrase or just a single word.
(I use this one all the time)

✅ Next Sentence
Get instant inspiration for what you should write about. We'll help you find the Next Sentence that fits best with copy. 

🚀 Smart Copy Everywhere
Say goodbye to your copywriting woes and hello to Smart Copy. It’s the simplest way to ideate, iterate and write high-quality content that engages customers.

Never Start From a Blank Page Again
💡No More Writer’s Block - Writer is a page that writes itself. Seriously. With minimal inputs you can generate sentences, paragraphs, and whole stories in seconds
💡A Variety of Use Cases - 45+ templates
💡Borderless Possibilities - 30+ languages
💡Original Ideas and Content

We’re constantly working on updates and improvements to make your Smart Copy experience even better. If you have questions or feedback, we would love to hear from you at [email protected].                    

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

ชื่อ Smart Copy - Copy in Minutes, Not Days Smart Copy - Copy in Minutes, Not Days
ID elheiaagkmeiekjhkidoabinjajnohgo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/smart-copy-copy-in-minute/elheiaagkmeiekjhkidoabinjajnohgo
คำอธิบาย Say goodbye to copywriting woes and hello to Smart Copy, the only AI writing tool that can create, remix, and expand copy in a snap.
ขนาดไฟล์ 293 KB
จำนวนการติดตั้ง 5,185
เวอร์ชันปัจจุบัน 1.9.0
อัปเดตครั้งล่าสุด 2023-02-15
วันที่เผยแพร่ 2021-03-31
คะแนน 4.60/5 รวมทั้งหมด 10 คะแนน
ผู้พัฒนา https://unbounce.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://unbounce.com/product/smart-copy/
URL หน้าช่วยเหลือ https://documentation.unbounce.com/hc/en-us/categories/4406903492372
URL หน้านโยบายความเป็นส่วนตัว https://unbounce.com/privacy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Smart Copy - Copy in Minutes, Not Days",
    "short_name": "Smart Copy",
    "description": "Say goodbye to copywriting woes and hello to Smart Copy, the only AI writing tool that can create, remix, and expand copy in a snap.",
    "version": "1.9.0",
    "author": "Smart Copy",
    "action": {
        "default_title": "Smart Copy",
        "default_popup": "popup.html",
        "default_icon": {
            "16": ".\/static\/logo\/16.png",
            "32": ".\/static\/logo\/32.png",
            "48": ".\/static\/logo\/48.png",
            "128": ".\/static\/logo\/128.png"
        }
    },
    "icons": {
        "16": ".\/static\/logo\/16.png",
        "32": ".\/static\/logo\/32.png",
        "48": ".\/static\/logo\/48.png",
        "128": ".\/static\/logo\/128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "vendor.js",
                "text-selection-handler.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/docs.google.com\/*"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "js": [
                "docs-contentscript.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "text-selection-handler.css",
                "text-selection-handler.js",
                "docs-contentscript.js",
                "docs-canvas.js",
                "*.svg"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "tabs",
        "scripting",
        "storage",
        "contextMenus"
    ],
    "content_security_policy": {
        "extension-pages": "script-src 'self' 'wasm-unsafe-eval'; img-src 'self'"
    },
    "offline_enabled": false,
    "minimum_chrome_version": "88"
}