Writecream - AI-powered writing assistant

An A.I-powered app for generating blog articles, YouTube videos & podcasts in seconds.

Writecream - AI-powered writing assistant란 무엇입니까?

Writecream - AI-powered writing assistant은(는) https://writecream.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "An A.I-powered app for generating blog articles, YouTube videos & podcasts in seconds."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Writecream - AI-powered writing assistant 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Writecream - Write all your content using AI.

Key Features
• Write blog articles
• Write ad copies
• Generate voiceovers
• Write eCommerce product descriptions
• 35+ writings tools inside the software to automate your life
• Supports 70+ languages

Writecream is your secret weapon for cold emails & marketing!

Cold Emails? LinkedIn Sales? Backlinks? Blogs? Google Ads? Marketing Ideas? Angel Funding?

We've got you covered!

Writecream helps you automate your sales and marketing.

Your prospect receives 100s of emails daily & their brains have adapted to ignore them.

We've built Writecream to generate personalized, customized introductions that compel recipients to open, click, and respond.

We scan your prospect's website or LinkedIn profile, gather the most important details, and write the coolest cold emails for you.

Writecream can also generate blog posts, Facebook & Google ad copies, Landing Page Content, Product Descriptions, and even your next Angel Pitch email for angel funding!

There are 40+ tools to choose from for an effective cold outreach & marketing campaign!                    

확장 프로그램 기본 정보

이름 Writecream - AI-powered writing assistant Writecream - AI-powered writing assistant
ID aabfjmnamlihmlicgeoogldnfaaklfon
공식 URL https://chromewebstore.google.com/detail/writecream-ai-powered-wri/aabfjmnamlihmlicgeoogldnfaaklfon
설명 An A.I-powered app for generating blog articles, YouTube videos & podcasts in seconds.
파일 크기 58 KB
설치 횟수 9,670
현재 버전 2.0
최근 업데이트 2023-09-15
출시 날짜 2022-03-08
평점 4.91/5 총 1092 개의 평점
개발자 https://writecream.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.writecream.com/
도움말 페이지 URL https://docs.writecream.com/en/
개인정보 보호 정책 페이지 URL https://www.writecream.com/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Writecream - AI-powered writing assistant",
    "description": "An A.I-powered app for generating blog articles, YouTube videos & podcasts in seconds.",
    "version": "2.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "cookies",
        "tabs"
    ],
    "action": {
        "default_popup": "\/popups\/Loading.html"
    },
    "host_permissions": [
        "https:\/\/www.writecream.com\/*",
        "https:\/\/app.writecream.com\/*"
    ],
    "icons": {
        "48": "\/Assets\/48.png",
        "128": "\/Assets\/128.png",
        "16": "\/Assets\/16.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.js"
            ],
            "css": [
                "\/styles\/contentScrpt.css"
            ]
        }
    ]
}