Writeseed AI Writer

Create your content where you need it with AI

ما هو Writeseed AI Writer؟

Writeseed AI Writer هو إضافة Chrome تم تطويرها بواسطة Writeseed، والميزة الرئيسية لها هي "Create your content where you need it with AI".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Writeseed AI Writer

قم بتنزيل ملفات الامتداد Writeseed AI Writer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم Writeseed AI Writer Writeseed AI Writer
ID cpgmjmiadfoopcjpjinpdjadmljnlnej
عنوان URL الرسمي https://chromewebstore.google.com/detail/writeseed-ai-writer/cpgmjmiadfoopcjpjinpdjadmljnlnej
الوصف Create your content where you need it with AI
حجم الملف 163 KB
عدد التثبيتات 779
النسخة الحالية 1.3
آخر تحديث 2023-03-28
تاريخ النشر 2023-03-07
تقييم 3.00/5 مجموع تقييمات 3
المطور Writeseed
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://writeseed.com
عنوان صفحة سياسة الخصوصية https://writeseed.com/privacy
اللغات المدعومة 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"
        }
    }
}