GptAutoBOT: Write automatically with AI

Automatically write status facebook, twitter... by AI ChatGPT

GptAutoBOT: Write automatically with AIคืออะไร?

GptAutoBOT: Write automatically with AI เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://gptautobot.com และคุณลักษณะหลักของมันคือ "Automatically write status facebook, twitter... by AI ChatGPT"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GptAutoBOT: Write automatically with AI

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

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

                        With this extension, ChatGPT resides within text boxes on any website you visit. Simply type '/gpt' followed by a prompt, and receive an instant response. The seamless browser integration eliminates the need for copying or pasting, saving you countless clicks every day.

Extension to automatically write status, tweet using ChatGPT's data is a browser extension that allows users to create automatic posts on social networks such as Facebook, Twitter, using data provided by ChatGPT.

How to use this tool is very simple, users just need to type the command "/gpt command" into the post box on Facebook, Twitter.
Then, the extension will automatically send the command to ChatGPT and get the answer that matches that command to create a good quality and attractive text article.

This tool makes creating articles simpler and faster, especially for users who often have to create new content on social networks. With an extension that automatically writes status tweets using ChatGPT's data, users can create high-quality articles easily and save time.                    

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

ชื่อ GptAutoBOT: Write automatically with AI GptAutoBOT: Write automatically with AI
ID ggnjjnbjgllkjljemfeocjlhgpcineeg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/gptautobot-write-automati/ggnjjnbjgllkjljemfeocjlhgpcineeg
คำอธิบาย Automatically write status facebook, twitter... by AI ChatGPT
ขนาดไฟล์ 51.16 KB
จำนวนการติดตั้ง 3,537
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2023-04-21
วันที่เผยแพร่ 2023-04-21
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://gptautobot.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://gptautobot.com
URL หน้านโยบายความเป็นส่วนตัว https://gptautobot.com/policies.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.0.1",
    "name": "GptAutoBOT: Write automatically with AI",
    "short_name": "GptAutoBOT",
    "description": "Automatically write status facebook, twitter... by AI ChatGPT",
    "host_permissions": [
        "https:\/\/*.openai.com\/*",
        ""
    ],
    "icons": {
        "128": "img\/128x128.png",
        "16": "img\/16x16.png",
        "32": "img\/32x32.png",
        "48": "img\/48x48.png"
    },
    "permissions": [
        "activeTab",
        "storage",
        "scripting"
    ],
    "action": {
        "default_title": "GPTAUTOBOT",
        "default_icon": "img\/128x128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "js": [
                "monitor.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}