ContentBot AI Writer

Your new AI team member. Use the world's most advanced AI to write for you. Blog content, landing pages, ad copy, and so much more.

ContentBot AI Writerคืออะไร?

ContentBot AI Writer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://contentbot.ai และคุณลักษณะหลักของมันคือ "Your new AI team member. Use the world's most advanced AI to write for you. Blog content, landing pages, ad copy, and so much more."

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ContentBot AI Writer

ดาวน์โหลดไฟล์ส่วนขยาย ContentBot AI Writer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Your new AI writer and content team member. Use the world's most advanced AI to write for you. Blog content, landing pages, ad copy, and so much more.

For all kinds of creators
Our AI Writer helps many types of creators in the digital space.

Founders
Get your own AI content assistant. Create content 10x faster.

Content Marketers
Increase your content output substantially with our suite of tools.

Digital Marketers
Create an abundance of copy for your ad and landing page tests.

Copywriters
Generate more persuasive copy for your marketing material and products.

SEO Specialists
Our suite of tools will help you create more persuasive meta content and blog topic ideas.

Bloggers
We've got you covered. Increase your blogging output substantially


Write AI content wherever you are:
- Google Docs
- Gmail
- WordPress
- Wix
- Shopify
- Amazon
- StackOverflow
- Quora
- many, many more

Alternatively, use our AI Writer Web App - https://contentbot.ai/app

Latest updates (04 July 2022)
- Added new branding images
- Added new branding palette
- Added model selection to long-form tools
- Added last placement storage and restoring 
- Fixed issue where system would not load on some WordPress pages
- Fixed issue where system would not function on Google Docs. Temporary solution, which will always write to the end of the content
- Fixed issue where integration scripts would be loaded multiple times in some cases. Causing errors in the initialization flows
- Fixed issue where background scripts would throw errors in some cases. Was not affecting usage, but quality improvement.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ ContentBot AI Writer ContentBot AI Writer
ID ehliocfmgnkdcgigclppnodpgkiodfco
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/contentbot-ai-writer/ehliocfmgnkdcgigclppnodpgkiodfco
คำอธิบาย Your new AI team member. Use the world's most advanced AI to write for you. Blog content, landing pages, ad copy, and so much more.
ขนาดไฟล์ 105 KB
จำนวนการติดตั้ง 9,374
เวอร์ชันปัจจุบัน 2.2
อัปเดตครั้งล่าสุด 2022-07-06
วันที่เผยแพร่ 2021-07-24
คะแนน 4.16/5 รวมทั้งหมด 25 คะแนน
ผู้พัฒนา https://contentbot.ai
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://contentbot.ai
URL หน้าช่วยเหลือ https://help.contentbot.ai
URL หน้านโยบายความเป็นส่วนตัว https://contentbot.ai/privacy-policy.php
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ContentBot AI Writer",
    "description": "Your new AI team member. Use the world's most advanced AI to write for you. Blog content, landing pages, ad copy, and so much more.",
    "version": "2.2",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "notifications",
        "tabs",
        "identity",
        "identity.email"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content\/*.png",
                "*.json",
                "integrations\/*.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content\/editor.js"
            ],
            "css": [
                "content\/editor.css"
            ],
            "exclude_matches": [
                "*:\/\/contentbot.ai\/*",
                "*:\/\/*.slack.com\/*",
                "*:\/\/tiktok.com\/*",
                "*:\/\/snapchat.com\/*",
                "*:\/\/sites.google.com\/*",
                "*:\/\/docs.google.com\/spreadsheets\/*",
                "*:\/\/docs.google.com\/presentation\/*",
                "*:\/\/docs.google.com\/forms\/*",
                "*:\/\/stripe.com\/*",
                "*:\/\/*.stripe.com\/*",
                "*:\/\/paypal.com\/*",
                "*:\/\/*.paypal.com\/*",
                "*:\/\/app.clickfunnels.com\/*",
                "*:\/\/*.clickfunnels.com\/*",
                "*:\/\/*.aiseo.ai\/*",
                "*:\/\/aiseo.ai\/*"
            ],
            "all_frames": false
        }
    ],
    "action": {
        "default_popup": "\/options\/template.html",
        "default_icon": "icon.png"
    }
}