chatGPT notification

Get a sound notification when a chatGPT generation is done

chatGPT notification란 무엇입니까?

chatGPT notification은(는) João Correia에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get a sound notification when a chatGPT generation is done"입니다.

확장 프로그램 스크린샷

screenshot

chatGPT notification 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    ]
}