AISEO - AI Writing Companion.

Get writing superpowers with AISEO's advanced AI tools

Τι είναι το AISEO - AI Writing Companion.;

Το AISEO - AI Writing Companion. είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον jan.buzan.1997, και η κύρια λειτουργία του είναι "Get writing superpowers with AISEO's advanced AI tools".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης AISEO - AI Writing Companion.

Λήψη αρχείων επέκτασης AISEO - AI Writing Companion. σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Copywriting is essential for any business, but it can be time-consuming and difficult. With AISEO’s advanced AI, you can paraphrase content quickly and easily, and create unique, engaging content with just a few clicks. With our seven powerful modes, you’ll be able to adapt your content to any situation, and our wide range of options will let you create content that’s perfect for your needs. So why wait? Get started with AISEO today and supercharge your writing!

The seven available modes are the following: 
Command: command AI to write about what you want.
Rewrite: Paraphrase with standard mode.
Shorten: Make any sentence shorter with the Shorten operator.
Expand: Make any sentence longer with the Expand operator.
Formal: Make any sentence sound more formal with the Formal Tone operator.
Creative: Paraphrases text with the most inventiveness and expression with Creative tone operator.
Complete: Let the AI complete what you already began. 

One more thing, with our extension you could paraphrase and generate content in 26 languages.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα AISEO - AI Writing Companion. AISEO - AI Writing Companion.
ID hkfhclakgkhajfogkehjopahbphofpbn
Επίσημο URL https://chromewebstore.google.com/detail/aiseo-ai-writing-companio/hkfhclakgkhajfogkehjopahbphofpbn
Περιγραφή Get writing superpowers with AISEO's advanced AI tools
Μέγεθος Αρχείου 1.46 MB
Αριθμός Εγκαταστάσεων 10,000
Τρέχουσα Έκδοση 2.0.0
Τελευταία Ενημέρωση 2023-03-16
Ημερομηνία Δημοσίευσης 2022-03-03
Αξιολόγηση 4.77/5 Συνολικά 221 Αξιολογήσεις
Προγραμματιστής jan.buzan.1997
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://aiseo.ai/
Διεύθυνση URL της Σελίδας Βοήθειας https://aiseo.ai/
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AISEO - AI Writing Companion.",
    "description": "Get writing superpowers with AISEO's advanced AI tools",
    "version": "2.0.0",
    "manifest_version": 3,
    "action": {
        "default_title": "Aiseo settings",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "storage"
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "host_permissions": [
        "https:\/\/us-central1-aiseo-official.cloudfunctions.net\/api1",
        "https:\/\/us-central1-aiseo-official.cloudfunctions.net\/getUserDetails",
        "https:\/\/us-central1-aiseotest.cloudfunctions.net\/aiseo\/compare",
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/webcom-bundle.js",
                "js\/utilities.js",
                "js\/components\/pointer.js",
                "js\/components\/sidebar.js",
                "js\/script1.js"
            ],
            "css": [
                "css\/content__topbar.css",
                "css\/content-script.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "img\/symbol.png"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "icons": {
        "16": ".\/img\/symbol.png",
        "24": ".\/img\/symbol.png",
        "32": ".\/img\/symbol.png",
        "128": ".\/img\/symbol.png"
    }
}