Writeseed AI Writer

Create your content where you need it with AI

Writeseed AI Writer là gì?

Writeseed AI Writer là một tiện ích mở rộng Chrome được phát triển bởi Writeseed, và tính năng chính của nó là "Create your content where you need it with AI".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Writeseed AI Writer

Tải xuống các tệp mở rộng Writeseed AI Writer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Writeseed AI Writer Writeseed AI Writer
ID cpgmjmiadfoopcjpjinpdjadmljnlnej
URL Chính Thức https://chromewebstore.google.com/detail/writeseed-ai-writer/cpgmjmiadfoopcjpjinpdjadmljnlnej
Mô tả Create your content where you need it with AI
Kích Thước Tệp 163 KB
Số Lần Cài Đặt 779
Phiên Bản Hiện Tại 1.3
Cập Nhật Lần Cuối 2023-03-28
Ngày Phát Hành 2023-03-07
Đánh Giá 3.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Writeseed
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://writeseed.com
URL Trang Chính Sách Bảo Mật https://writeseed.com/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    }
}