Writeseed AI Writer

Create your content where you need it with AI

Vad är Writeseed AI Writer?

Writeseed AI Writer är en Chrome-tillägg utvecklad av Writeseed, och dess huvudfunktion är "Create your content where you need it with AI".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Writeseed AI Writer-förlängningens CRX-fil

Ladda ner Writeseed AI Writer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Writeseed AI Writer Writeseed AI Writer
ID cpgmjmiadfoopcjpjinpdjadmljnlnej
Officiell webbadress https://chromewebstore.google.com/detail/writeseed-ai-writer/cpgmjmiadfoopcjpjinpdjadmljnlnej
Beskrivning Create your content where you need it with AI
Filstorlek 163 KB
Antal Installationer 779
Aktuell Version 1.3
Senast Uppdaterad 2023-03-28
Publiceringsdatum 2023-03-07
Betyg 3.00/5 Totalt 3 Betyg
Utvecklare Writeseed
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://writeseed.com
URL till Sekretesspolicy Sidan https://writeseed.com/privacy
Stödda Språk 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"
        }
    }
}