Writeseed AI Writer

Create your content where you need it with AI

Hvad er Writeseed AI Writer?

Writeseed AI Writer er en Chrome-udvidelse udviklet af Writeseed, og dens hovedfunktion er "Create your content where you need it with AI".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Writeseed AI Writer-udvidelses-CRX-fil

Download Writeseed AI Writer-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Create content right where you need it, from ad copy to emails or blog posts. With the Writeseed extension you can let the AI do the writing for you by adding two "++" to the end of a command or paragraph.

By default our extension supports different languages and can also write code for you. Currently our extension works with the classic Wordpress editor.                    

Grundlæggende oplysninger om udvidelsen

Navn Writeseed AI Writer Writeseed AI Writer
ID cpgmjmiadfoopcjpjinpdjadmljnlnej
Officiel URL https://chromewebstore.google.com/detail/writeseed-ai-writer/cpgmjmiadfoopcjpjinpdjadmljnlnej
Beskrivelse Create your content where you need it with AI
Filstørrelse 163 KB
Antal Installationer 779
Nuværende Version 1.3
Senest Opdateret 2023-03-28
Udgivelsesdato 2023-03-07
Bedømmelse 3.00/5 Samlet 3 Bedømmelser
Udvikler Writeseed
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://writeseed.com
URL til Fortrolighedspolitik Side https://writeseed.com/privacy
Understøttede Sprog en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Writeseed AI Writer",
    "version": "1.3",
    "description": "Create your content where you need it with AI",
    "permissions": [
        "declarativeContent",
        "",
        "storage"
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/jquery-3.5.1.min.js",
                "js\/content.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "action": {
        "default_popup": "layout.html",
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    }
}