Writeseed AI Writer

Create your content where you need it with AI

O que é Writeseed AI Writer?

Writeseed AI Writer é uma extensão do Chrome desenvolvida por Writeseed, e sua principal característica é "Create your content where you need it with AI".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Writeseed AI Writer

Baixe arquivos de extensão Writeseed AI Writer no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Writeseed AI Writer Writeseed AI Writer
ID cpgmjmiadfoopcjpjinpdjadmljnlnej
URL Oficial https://chromewebstore.google.com/detail/writeseed-ai-writer/cpgmjmiadfoopcjpjinpdjadmljnlnej
Descrição Create your content where you need it with AI
Tamanho do Arquivo 163 KB
Contagem de Instalações 779
Versão Atual 1.3
Última Atualização 2023-03-28
Data de Publicação 2023-03-07
Classificação 3.00/5 Total de 3 Avaliações
Desenvolvedor Writeseed
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://writeseed.com
URL da Página de Política de Privacidade https://writeseed.com/privacy
Idiomas Suportados 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"
        }
    }
}