Chat Notifications for Gmail™

Never miss a chat message!

Chat Notifications for Gmail™ क्या है?

Chat Notifications for Gmail™ mark.piro द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Never miss a chat message!"।

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

screenshot

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

crx प्रारूप में Chat Notifications for Gmail™ एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
}