Scalenut: AI powered writer

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

Cos'è Scalenut: AI powered writer?

Scalenut: AI powered writer è un'estensione di Chrome sviluppata da https://scalenut.com, e la sua funzione principale è "Write, Command, Rephrase, Simplify and multiple other use cases using Content AI from Scalenut".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Scalenut: AI powered writer

Scarica i file di estensione Scalenut: AI powered writer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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]                    

Informazioni di Base sull'Estensione

Nome Scalenut: AI powered writer Scalenut: AI powered writer
ID hihmdflioglieahhkcllmngdmpijboae
URL Ufficiale https://chromewebstore.google.com/detail/scalenut-ai-powered-write/hihmdflioglieahhkcllmngdmpijboae
Descrizione Write, Command, Rephrase, Simplify and multiple other use cases using Content AI from Scalenut
Dimensione del File 319 KB
Conteggio Installazioni 6,165
Versione Corrente 1.62
Ultimo Aggiornamento 2022-08-05
Data di Pubblicazione 2022-02-16
Valutazione 4.91/5 Totale 160 Valutazioni
Sviluppatore https://scalenut.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://app.scalenut.com
URL della Pagina di Aiuto https://feedback.scalenut.com/
Lingue Supportate 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\/*"
        ]
    }
}