Chat Notifications for Gmail™

Never miss a chat message!

Chat Notifications for Gmail™란 무엇입니까?

Chat Notifications for Gmail™은(는) mark.piro에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Never miss a chat message!"입니다.

확장 프로그램 스크린샷

screenshot

Chat Notifications for Gmail™ 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Shows desktop notifications when you receive a chat in gmail. Never miss a chat message again!

=========== UPDATE ===========
Version 1.0.7
- Working again.

Version 1.0.6
- Fixed a bug where the first message wouldn't display correctly.

Version 1.0.5
- Changed name in compliance with Google branding guidelines.

Version 1.0.4
 - Added toolbar icon. When left-clicked, disables notifications.

==============================

NOTE:

You *must* have a gmail tab open in order to receive chat notifications.


KNOWN ISSUES:

Some of the google labs features might break this extension. The "SMS in Chat" feature is known to cause problems. I will try to fix this in the future.


FUTURE:

I plan on adding notification timeout options, and ambiguous notifications in the event you don't want the full chat message displayed.

If you have any other requests for options, please let me know!                    

확장 프로그램 기본 정보

이름 Chat Notifications for Gmail™ Chat Notifications for Gmail™
ID phokmbaffndjgejhemchophkkpdmpeln
공식 URL https://chromewebstore.google.com/detail/chat-notifications-for-gm/phokmbaffndjgejhemchophkkpdmpeln
설명 Never miss a chat message!
파일 크기 73.77 KB
설치 횟수 906
현재 버전 1.0.7.5
최근 업데이트 2013-02-01
출시 날짜 2013-02-01
평점 3.11/5 총 19 개의 평점
개발자 mark.piro
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/markpiro/Chat-Notifications-for-Gmail
지원되는 언어 en
manifest.json
{
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "gmchatnotify48.png",
        "default_title": "Chat Notifications for Gmail\u2122"
    },
    "content_scripts": [
        {
            "js": [
                "jquery-1.8.3.min.js",
                "content.js",
                "mutation_summary.js"
            ],
            "matches": [
                "*:\/\/mail.google.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "description": "Never miss a chat message!",
    "icons": {
        "128": "gmchatnotify128.png",
        "16": "gmchatnotify16.png",
        "48": "gmchatnotify48.png"
    },
    "manifest_version": 2,
    "name": "Chat Notifications for Gmail\u2122",
    "permissions": [
        "notifications",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.7.5"
}