ChatGPT Sound Notification

Plays a sound when ChatGPT finishes processing a prompt.

ChatGPT Sound Notification क्या है?

ChatGPT Sound Notification Reliable Software Solutions Limited द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Plays a sound when ChatGPT finishes processing a prompt."।

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

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

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

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

                        Introducing our new Chrome extension! This handy tool notifies you with a sound whenever ChatGPT, the advanced language model, responds to your message. No more waiting around for a reply or constantly refreshing the page. With our extension, you'll be alerted the moment ChatGPT responds.

Our extension is easy to use and can be installed with just a few clicks. Once installed, simply start chatting with ChatGPT and let our extension handle the rest. You can customize the sound notification to your liking, so you always know when ChatGPT responds.

Whether you're using ChatGPT for work, research, or just for fun, our extension is the perfect addition to your browsing experience. Don't miss another message from ChatGPT - install our extension today and stay in the know!                    

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

नाम ChatGPT Sound Notification ChatGPT Sound Notification
ID mhddefccgemcbnhkifhcpfmniecjekep
आधिकारिक URL https://chromewebstore.google.com/detail/chatgpt-sound-notificatio/mhddefccgemcbnhkifhcpfmniecjekep
विवरण Plays a sound when ChatGPT finishes processing a prompt.
फ़ाइल का आकार 463 KB
स्थापना संख्या 42
वर्तमान संस्करण 1.1
अंतिम अपडेट 2023-06-05
प्रकाशन तिथि 2023-04-03
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर Reliable Software Solutions Limited
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://www.reliablesoftware.solutions/cgpt-pp
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ChatGPT Sound Notification",
    "version": "1.1",
    "description": "Plays a sound when ChatGPT finishes processing a prompt.",
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png"
        }
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.openai.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*.mp3"
            ],
            "matches": [
                "*:\/\/*.openai.com\/*",
                "https:\/\/gist.githubusercontent.com\/*"
            ]
        }
    ]
}