Scalenut: AI powered writer

Write, Command, Rephrase, Simplify and multiple other use cases using Content AI from Scalenut

O que é Scalenut: AI powered writer?

Scalenut: AI powered writer é uma extensão do Chrome desenvolvida por https://scalenut.com, e sua principal característica é "Write, Command, Rephrase, Simplify and multiple other use cases using Content AI from Scalenut".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Scalenut: AI powered writer

Baixe arquivos de extensão Scalenut: AI powered 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 and write content about anything & everything in a single click. Save time, increase your productivity, and never be stuck for ideas again.

Writer’s block? Never again. Scalenut chrome extension provides a powerful AI assistant to enable powerful writing in your browser and help you write excellent, plagiarism-free content at flash speed.

Our AI-powered writing assistant generates superior content across applications (Gmail, Facebook, LinkedIn, Quora, Twitter and more). Use it to write social media posts, blogs, emails, ad copy, and so much more. AI Copywriter gives you quality copy, saved time, and peace of mind all in a few clicks!

★ Templates:

Write emails, social media posts, responses to reviews, google ads copy or even answers to questions in just a couple of clicks with ‘Templates’. AI Copywriter understands your inputs and generates killer copy to match.

★ Rephrase:

Don’t like how it sounds? Choose the ‘Rephrase’ option. AI Copywriter rewrites your sentence and offers you multiple, plagiarism-free options to choose from. Never settle for underwhelming copy anymore.

★ Command:

Your real-life genie, the ‘Command’ function elaborates on your selected phrase or sentence. Get quick, relevant paragraphs on just about anything in a single click. Your wish is its command.

★ Complete:

Writing a block of text and unsure how to complete it? As the name suggests, ‘Complete’ does just that for you. It uses AI to comprehend the context and presents you with the perfect words to create a flawless piece of copy.

★ Simplify:

Finding it hard to KISS it? Leave it to AI. ‘Simplify’ analyzes your long, complex sentences and transforms them into easy-to-read ones. One-click to on-point, simplified sentences that create an effortless reading experience.

Why Scalenut AI Copywriter?

✦ Easy-to-Use
✦ Smooth Performance
✦ Powerful AI
✦ Original & Engaging Content
✦ Endless Use Cases

Scalenut’s AI Writer uses a deep learning model to write like humans. The tool knows words and sentences after reading through hundreds of billions of words. It develops exceptional content that reads, communicates, and engages just like a human.

Made for and used by Content Writers, Marketing Managers, Content Strategists, and other professionals to produce outstanding content, every time.

→ Install now and get started in under a minute. Generate up to 2,000 short-form AI words for free.

⇧  Upgrade to the full version on the Scalenut website. Access 40+ use cases, create long-form content, get 24𝗑7 support, and so much more.

Want to know more? 
Find out here: https://www.scalenut.com/chrome-extension

Have questions? Email us at [email protected]                    

Informações Básicas da Extensão

Nome Scalenut: AI powered writer Scalenut: AI powered writer
ID hihmdflioglieahhkcllmngdmpijboae
URL Oficial https://chromewebstore.google.com/detail/scalenut-ai-powered-write/hihmdflioglieahhkcllmngdmpijboae
Descrição Write, Command, Rephrase, Simplify and multiple other use cases using Content AI from Scalenut
Tamanho do Arquivo 319 KB
Contagem de Instalações 6,165
Versão Atual 1.62
Última Atualização 2022-08-05
Data de Publicação 2022-02-16
Classificação 4.91/5 Total de 160 Avaliações
Desenvolvedor https://scalenut.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://app.scalenut.com
URL da Página de Ajuda https://feedback.scalenut.com/
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Scalenut: AI powered writer",
    "description": "Write, Command, Rephrase, Simplify and multiple other use cases using Content AI from Scalenut",
    "version": "1.62",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "action": {
        "default_popup": ".\/build\/index.html",
        "default_icon": {
            "16": "\/images\/sn-logo16.png",
            "32": "\/images\/sn-logo32.png",
            "48": "\/images\/sn-logo48.png",
            "128": "\/images\/sn-logo128.png"
        }
    },
    "icons": {
        "16": "\/images\/sn-logo16.png",
        "32": "\/images\/sn-logo32.png",
        "48": "\/images\/sn-logo48.png",
        "128": "\/images\/sn-logo128.png"
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js",
                "ExtensionBabel.js"
            ],
            "css": [
                ".\/Extension.css"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.appscalenut.web.app\/*",
            "https:\/\/admin-3a4ef.web.app\/*",
            "https:\/\/*.scalenut.com\/*"
        ]
    }
}