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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
개인정보 보호 정책 페이지 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"
        }
    }
}