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文件

下载Writecream - AI-powered writing assistant扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
            ]
        }
    ]
}