CopyBee.ai

AI Copy Writer

CopyBee.aiคืออะไร?

CopyBee.ai เป็นส่วนขยายของ Chrome ที่พัฒนาโดย harry.roy และคุณลักษณะหลักของมันคือ "AI Copy Writer"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CopyBee.ai

ดาวน์โหลดไฟล์ส่วนขยาย 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
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"
    ]
}