Copysmith for eCommerce

Copysmith - Your AI Copywriter

Copysmith for eCommerce란 무엇입니까?

Copysmith for eCommerce은(는) https://copysmith.ai에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Copysmith - Your AI Copywriter"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Copysmith for eCommerce 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        It's never been simpler to create better content. Create, edit, and optimize all your content in record time!

Copysmith is the AI copywriting tool to help online sellers, agencies, copywriters, and marketing teams of all sizes create more content in less time.  With the click of a button your team can write engaging product descriptions, digital ads, headlines, emails, social media copy, and more!

Copysmith integrates seamlessly with all your online tools to drive growth by saving time, improving copy, and launching faster:
- Create eye-catching ads and targeted emails that engage your audience
- Write powerful product descriptions for any eCommerce platform (including Amazon, Instagram, eBay, Flipkart, and more)
- Rewrite and optimize your existing copy and content in seconds

Copysmith is the industry-leading AI copywriting platform with solutions for your content needs.  If you're looking for ways to reach new audiences, increase engagement, expand sales, and drive growth, we're here to help.                    

확장 프로그램 기본 정보

이름 Copysmith for eCommerce Copysmith for eCommerce
ID idpcihboblgdmignbebgekmnkhijcpil
공식 URL https://chromewebstore.google.com/detail/copysmith-for-ecommerce/idpcihboblgdmignbebgekmnkhijcpil
설명 Copysmith - Your AI Copywriter
파일 크기 12.18 MB
설치 횟수 725
현재 버전 0.3.5
최근 업데이트 2023-02-07
출시 날짜 2021-09-27
평점 5.00/5 총 3 개의 평점
개발자 https://copysmith.ai
결제 유형 free
확장 프로그램 웹 사이트 https://copysmith.ai/ecommerce/
도움말 페이지 URL https://kb-new.copysmith.ai/knowledge
개인정보 보호 정책 페이지 URL https://copysmith.ai/terms/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Copysmith for eCommerce",
    "version": "0.3.5",
    "manifest_version": 3,
    "description": "Copysmith - Your AI Copywriter",
    "background": {
        "service_worker": "static\/js\/background.js"
    },
    "action": [],
    "host_permissions": [
        "https:\/\/*\/"
    ],
    "permissions": [
        "contextMenus",
        "scripting",
        "storage"
    ],
    "icons": {
        "16": "favicon\/icon16.png",
        "48": "favicon\/icon48.png",
        "128": "favicon\/icon192.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "static\/media\/*",
                "static\/js\/*",
                "static\/css\/*"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ]
}