Writeseed AI Writer

Create your content where you need it with AI

What is Writeseed AI Writer?

Writeseed AI Writer is a Chrome extension developed by Writeseed, and its main feature is "Create your content where you need it with AI".

Extension Screenshots

screenshot
screenshot
screenshot

Download Writeseed AI Writer Extension CRX File

Download Writeseed AI Writer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Create content right where you need it, from ad copy to emails or blog posts. With the Writeseed extension you can let the AI do the writing for you by adding two "++" to the end of a command or paragraph.

By default our extension supports different languages and can also write code for you. Currently our extension works with the classic Wordpress editor.                    

Extension Basic Information

Name Writeseed AI Writer Writeseed AI Writer
ID cpgmjmiadfoopcjpjinpdjadmljnlnej
Official URL https://chromewebstore.google.com/detail/writeseed-ai-writer/cpgmjmiadfoopcjpjinpdjadmljnlnej
Description Create your content where you need it with AI
File Size 163 KB
Installation Count 779
Current Version 1.3
Last Updated 2023-03-28
Publish Date 2023-03-07
Rating 3.00/5 Total 3 Ratings
Developer Writeseed
Email [email protected]
Payment Type free
Extension Website https://writeseed.com
Privacy Policy Page URL https://writeseed.com/privacy
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Writeseed AI Writer",
    "version": "1.3",
    "description": "Create your content where you need it with AI",
    "permissions": [
        "declarativeContent",
        "",
        "storage"
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/jquery-3.5.1.min.js",
                "js\/content.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "action": {
        "default_popup": "layout.html",
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    }
}