Chat GPT

Automate Chat GPT Prompts With Our Chat GPT Chrome Extension

Chat GPT क्या है?

Chat GPT https://chromegpt.net द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automate Chat GPT Prompts With Our Chat GPT Chrome Extension"।

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

screenshot
screenshot
screenshot

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

crx प्रारूप में Chat GPT एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Introducing ChromeGPT - a ChatGPT chrome extension productivity tool for anyone who wants to save time and streamline their ChatGPT workflow! 

With this ChatGPT Chrome extension, you can create custom ChatGPT prompt library that can be used again and again with the click of a button, eliminating the need for repetitive typing or switching back and forth between tabs on Google Chrome. 

After creating your re-usable ChatGPT prompts in the options page, you can highlight text on any webpage, right-click and select one of your pre-saved prompts. Our ChatGPT chrome extension automates the rest of the process for you, saving you time and effort of copying/pasting/typing manually.

If you are looking for a ChatGPT chrome extension that saves you time, download our ChromeGPT extension today.                    

एक्सटेंशन की मूल जानकारी

नाम Chat GPT Chat GPT
ID diaiocjbahpbddjgnhkejfiiialifono
आधिकारिक URL https://chromewebstore.google.com/detail/chat-gpt/diaiocjbahpbddjgnhkejfiiialifono
विवरण Automate Chat GPT Prompts With Our Chat GPT Chrome Extension
फ़ाइल का आकार 290 KB
स्थापना संख्या 6,000
वर्तमान संस्करण 1.7.6
अंतिम अपडेट 2024-01-01
प्रकाशन तिथि 2023-05-09
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर https://chromegpt.net
ईमेल [email protected]
भुगतान के प्रकार in_app
एक्सटेंशन वेबसाइट https://www.chromegpt.net
सहायता पृष्ठ URL https://www.chromegpt.net/contact
गोपनीयता नीति पृष्ठ URL https://www.chromegpt.net/privacy-policy
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Chat GPT",
    "version": "1.7.6",
    "description": "Automate Chat GPT Prompts With Our Chat GPT Chrome Extension",
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "omnibox": {
        "keyword": "gpt:"
    },
    "content_scripts": [
        {
            "css": [
                "css\/style.css",
                "css\/fontawesome.min.css",
                "css\/regular.min.css"
            ],
            "js": [
                "js\/scripts\/chatPrompt.js"
            ],
            "matches": [
                "",
                "*:\/\/*\/*"
            ],
            "all_frames": true
        }
    ],
    "background": {
        "service_worker": "js\/scripts\/background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "css\/styles.css",
                "css\/fontawesome.min.css",
                "webfonts\/fa-regular-400.woff2"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": {
        "default_icon": {
            "16": "images\/icon-16.png",
            "24": "images\/icon-32.png",
            "32": "images\/icon-32.png"
        },
        "default_title": "Chrome GPT",
        "default_popup": "popup\/popup.html"
    },
    "options_page": "options\/options.html"
}