GptAutoBOT: Write automatically with AI

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

O que é GptAutoBOT: Write automatically with AI?

GptAutoBOT: Write automatically with AI é uma extensão do Chrome desenvolvida por https://gptautobot.com, e sua principal característica é "Automatically write status facebook, twitter... by AI ChatGPT".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão GptAutoBOT: Write automatically with AI

Baixe arquivos de extensão GptAutoBOT: Write automatically with AI no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome GptAutoBOT: Write automatically with AI GptAutoBOT: Write automatically with AI
ID ggnjjnbjgllkjljemfeocjlhgpcineeg
URL Oficial https://chromewebstore.google.com/detail/gptautobot-write-automati/ggnjjnbjgllkjljemfeocjlhgpcineeg
Descrição Automatically write status facebook, twitter... by AI ChatGPT
Tamanho do Arquivo 51.16 KB
Contagem de Instalações 3,537
Versão Atual 1.0.1
Última Atualização 2023-04-21
Data de Publicação 2023-04-21
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor https://gptautobot.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://gptautobot.com
URL da Página de Política de Privacidade https://gptautobot.com/policies.html
Idiomas Suportados 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:\/\/*\/*"
            ]
        }
    ]
}