chatGPT notification

Get a sound notification when a chatGPT generation is done

chatGPT notification क्या है?

chatGPT notification João Correia द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get a sound notification when a chatGPT generation is done"।

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

screenshot

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

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

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

                        Introducing "chatGPT notification" - a handy Chrome browser extension that helps you stay on top of your ChatGPT generated outputs.

With chatGPT notification, you can say goodbye to constantly checking back on your screen for when the output is generated. This extension makes it easier for you to focus on other tasks while you wait for ChatGPT to do its job.

Once you install chatGPT notification, it will automatically detect when your output is ready and send a sound notification alert to let you know. The notification sound is unique and easy to recognize, so you won't miss it even if you're away from your computer.

chatGPT notification is simple to use and requires no additional configuration. All you need to do is enable the extension and let it do the rest. Whether you're working on a school project, writing a research paper, or generating content for your blog, chatGPT notification makes it easy to keep track of your output generation process.

Install chatGPT notification today and experience the convenience of sound notifications for your ChatGPT outputs.                    

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

नाम chatGPT notification chatGPT notification
ID eklmiefkbieejjjhmpjdllphmcjdndin
आधिकारिक URL https://chromewebstore.google.com/detail/chatgpt-notification/eklmiefkbieejjjhmpjdllphmcjdndin
विवरण Get a sound notification when a chatGPT generation is done
फ़ाइल का आकार 93.48 KB
स्थापना संख्या 227
वर्तमान संस्करण 0.0.3
अंतिम अपडेट 2023-09-25
प्रकाशन तिथि 2023-02-15
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर João Correia
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/Correia-jpv/ChatGPT-Notification
सहायता पृष्ठ URL https://github.com/Correia-jpv/ChatGPT-Notification/issues
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "chatGPT notification",
    "description": "Get a sound notification when a chatGPT generation is done",
    "version": "0.0.3",
    "manifest_version": 3,
    "icons": {
        "16": "img\/logo-16.png",
        "19": "img\/logo-19.png",
        "38": "img\/logo-38.png",
        "48": "img\/logo-48.png",
        "128": "img\/logo-128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "img\/logo-48.png"
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/content-script-loader.chunk-048d5bf0.e47ff74d.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "img\/logo-16.png",
                "img\/logo-19.png",
                "img\/logo-38.png",
                "img\/logo-48.png",
                "img\/logo-128.png",
                "audio\/notification.mp3"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "resources": [
                "assets\/chunk-048d5bf0.js"
            ],
            "use_dynamic_url": true
        }
    ],
    "permissions": [
        "storage"
    ]
}