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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
URL หน้านโยบายความเป็นส่วนตัว 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"
        }
    }
}