Writeseed AI Writer

Create your content where you need it with AI

Cos'è Writeseed AI Writer?

Writeseed AI Writer è un'estensione di Chrome sviluppata da Writeseed, e la sua funzione principale è "Create your content where you need it with AI".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Writeseed AI Writer

Scarica i file di estensione Writeseed AI 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 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.                    

Informazioni di Base sull'Estensione

Nome Writeseed AI Writer Writeseed AI Writer
ID cpgmjmiadfoopcjpjinpdjadmljnlnej
URL Ufficiale https://chromewebstore.google.com/detail/writeseed-ai-writer/cpgmjmiadfoopcjpjinpdjadmljnlnej
Descrizione Create your content where you need it with AI
Dimensione del File 163 KB
Conteggio Installazioni 779
Versione Corrente 1.3
Ultimo Aggiornamento 2023-03-28
Data di Pubblicazione 2023-03-07
Valutazione 3.00/5 Totale 3 Valutazioni
Sviluppatore Writeseed
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://writeseed.com
URL della Pagina della Politica sulla Privacy https://writeseed.com/privacy
Lingue Supportate 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"
        }
    }
}