GptAutoBOT: Write automatically with AI

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

GptAutoBOT: Write automatically with AI란 무엇입니까?

GptAutoBOT: Write automatically with AI은(는) https://gptautobot.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automatically write status facebook, twitter... by AI ChatGPT"입니다.

확장 프로그램 스크린샷

screenshot

GptAutoBOT: Write automatically with AI 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        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:\/\/*\/*"
            ]
        }
    ]
}