Hipchat Auto Dismiss Notifications

Uses webkitNotifications instead of Notification so that notifications are auto dismissed after 5 seconds.

What is Hipchat Auto Dismiss Notifications?

Hipchat Auto Dismiss Notifications is a Chrome extension developed by Darrin Holst, and its main feature is "Uses webkitNotifications instead of Notification so that notifications are auto dismissed after 5 seconds.".

Download Hipchat Auto Dismiss Notifications Extension CRX File

Download Hipchat Auto Dismiss Notifications extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                                            

Extension Basic Information

Name Hipchat Auto Dismiss Notifications Hipchat Auto Dismiss Notifications
ID nmindifmgoccchgnkojbjoppdpcdblim
Official URL https://chromewebstore.google.com/detail/empty-title/nmindifmgoccchgnkojbjoppdpcdblim
Description Uses webkitNotifications instead of Notification so that notifications are auto dismissed after 5 seconds.
File Size 4.55 KB
Installation Count 20
Current Version 1.0.0
Last Updated 2013-02-26
Publish Date 2013-02-26
Rating 4.00/5 Total 1 Ratings
Developer Darrin Holst
Payment Type free
Supported Languages
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hipchat Auto Dismiss Notifications",
    "version": "1.0.0",
    "description": "Uses webkitNotifications instead of Notification so that notifications are auto dismissed after 5 seconds.",
    "permissions": [
        "https:\/\/*.hipchat.com\/"
    ],
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "https:\/\/*.hipchat.com\/chat"
            ],
            "js": [
                "javascripts\/killNotification.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "javascripts\/inject.js"
    ]
}