CopyBee.ai

AI Copy Writer

CopyBee.ai란 무엇입니까?

CopyBee.ai은(는) harry.roy에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "AI Copy Writer"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

CopyBee.ai 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        CopyBee is the world's most advanced AI copywriter that helps brands and people write faster and better.

You simply describe your product or service and then the AI will handle the rest. No more tedious and painstaking research or countless iterations. No more writer’s block. CopyBee gives you unlimited ideas at the push of a button.

This Extention Re-Writes any selected text on websites, and allows you to edit it, in a free form editor, and send it to your CopyBee dashboard.

Super power your writing using deep learning AI, and start writing highly engaging material, in a fraction of the time it would normally take you.

This whole description above was in fact written using CopyBee!                    

확장 프로그램 기본 정보

이름 CopyBee.ai CopyBee.ai
ID jggjgoabniiamfmdniipflgcdkaekcpk
공식 URL https://chromewebstore.google.com/detail/copybeeai/jggjgoabniiamfmdniipflgcdkaekcpk
설명 AI Copy Writer
파일 크기 77.48 KB
설치 횟수 28
현재 버전 3.0
최근 업데이트 2022-02-18
출시 날짜 2021-12-14
평점 5.00/5 총 1 개의 평점
개발자 harry.roy
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.copybee.ai
개인정보 보호 정책 페이지 URL https://copybee.ai/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CopyBee.ai",
    "description": "AI Copy Writer",
    "version": "3.0",
    "icons": {
        "16": "\/images\/16.png",
        "32": "\/images\/32.png",
        "48": "\/images\/48.png",
        "128": "\/images\/128.png"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "bookmarks",
        "downloads"
    ],
    "background": {
        "scripts": [
            "jquery.min.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.min.js",
                "main.js"
            ],
            "css": [
                "style.css"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/*.copybee.ai\/*"
            ],
            "js": [
                "jquery.min.js",
                "iframe.js"
            ],
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "images\/button.png"
    ]
}