Scalenut: AI powered writer

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

Co to jest Scalenut: AI powered writer?

Scalenut: AI powered writer to rozszerzenie Chrome opracowane przez https://scalenut.com, a jego główną funkcją jest „Write, Command, Rephrase, Simplify and multiple other use cases using Content AI from Scalenut”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Scalenut: AI powered writer

Pobierz pliki rozszerzeń Scalenut: AI powered writer w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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]                    

Podstawowe informacje o rozszerzeniu

Nazwa Scalenut: AI powered writer Scalenut: AI powered writer
ID hihmdflioglieahhkcllmngdmpijboae
Oficjalny URL https://chromewebstore.google.com/detail/scalenut-ai-powered-write/hihmdflioglieahhkcllmngdmpijboae
Opis Write, Command, Rephrase, Simplify and multiple other use cases using Content AI from Scalenut
Rozmiar pliku 319 KB
Liczba instalacji 6,165
Aktualna Wersja 1.62
Ostatnia Aktualizacja 2022-08-05
Data Publikacji 2022-02-16
Ocena 4.91/5 Łącznie 160 Oceny
Deweloper https://scalenut.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://app.scalenut.com
Adres URL Strony Pomocy https://feedback.scalenut.com/
Obsługiwane Języki 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\/*"
        ]
    }
}