CopyBee.ai

AI Copy Writer

什麼是CopyBee.ai?

CopyBee.ai是由harry.roy開發的Chrome擴展程式,該擴展的主要功能是“AI Copy Writer”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載CopyBee.ai擴展crx文件

下載CopyBee.ai擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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