Writeseed AI Writer

Create your content where you need it with AI

什麼是Writeseed AI Writer?

Writeseed AI Writer是由Writeseed開發的Chrome擴展程式,該擴展的主要功能是“Create your content where you need it with AI”。

擴展截圖

screenshot
screenshot
screenshot

下載Writeseed AI Writer擴展crx文件

下載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
官方網址 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"
        }
    }
}