Scalenut: AI powered writer

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

What is Scalenut: AI powered writer?

Scalenut: AI powered writer is a Chrome extension developed by https://scalenut.com, and its main feature is "Write, Command, Rephrase, Simplify and multiple other use cases using Content AI from Scalenut".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Scalenut: AI powered writer Extension CRX File

Download Scalenut: AI powered 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 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]                    

Extension Basic Information

Name Scalenut: AI powered writer Scalenut: AI powered writer
ID hihmdflioglieahhkcllmngdmpijboae
Official URL https://chromewebstore.google.com/detail/scalenut-ai-powered-write/hihmdflioglieahhkcllmngdmpijboae
Description Write, Command, Rephrase, Simplify and multiple other use cases using Content AI from Scalenut
File Size 319 KB
Installation Count 6,165
Current Version 1.62
Last Updated 2022-08-05
Publish Date 2022-02-16
Rating 4.91/5 Total 160 Ratings
Developer https://scalenut.com
Email [email protected]
Payment Type free
Extension Website https://app.scalenut.com
Help Page URL https://feedback.scalenut.com/
Supported Languages 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\/*"
        ]
    }
}