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
公式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
Eメール [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"
        }
    }
}