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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatically write status facebook, twitter... by AI ChatGPT"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में GptAutoBOT: Write automatically with AI एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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:\/\/*\/*"
            ]
        }
    ]
}