Writeseed AI Writer

Create your content where you need it with AI

Qu'est-ce que Writeseed AI Writer ?

Writeseed AI Writer est une extension Chrome développée par Writeseed, et sa fonction principale est "Create your content where you need it with AI".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Writeseed AI Writer

Téléchargez les fichiers d'extension Writeseed AI Writer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Writeseed AI Writer Writeseed AI Writer
ID cpgmjmiadfoopcjpjinpdjadmljnlnej
URL Officiel https://chromewebstore.google.com/detail/writeseed-ai-writer/cpgmjmiadfoopcjpjinpdjadmljnlnej
Description Create your content where you need it with AI
Taille du Fichier 163 KB
Nombre d'Installations 779
Version Actuelle 1.3
Dernière Mise à Jour 2023-03-28
Date de Publication 2023-03-07
Évaluation 3.00/5 Total 3 Évaluations
Développeur Writeseed
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://writeseed.com
URL de la Page de Politique de Confidentialité https://writeseed.com/privacy
Langues Prises en Charge 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"
        }
    }
}