Hipchat Auto Dismiss Notifications

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

Wat is Hipchat Auto Dismiss Notifications?

Hipchat Auto Dismiss Notifications is een Chrome-extensie ontwikkeld door Darrin Holst, en de belangrijkste functie is "Uses webkitNotifications instead of Notification so that notifications are auto dismissed after 5 seconds.".

Download het CRX-bestand van de extensie Hipchat Auto Dismiss Notifications

Download Hipchat Auto Dismiss Notifications-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                                            

Basisinformatie over de Extensie

Naam Hipchat Auto Dismiss Notifications Hipchat Auto Dismiss Notifications
ID nmindifmgoccchgnkojbjoppdpcdblim
Officiële URL https://chromewebstore.google.com/detail/empty-title/nmindifmgoccchgnkojbjoppdpcdblim
Beschrijving Uses webkitNotifications instead of Notification so that notifications are auto dismissed after 5 seconds.
Bestandsgrootte 4.55 KB
Aantal Installaties 20
Huidige Versie 1.0.0
Laatst Bijgewerkt 2013-02-26
Publicatiedatum 2013-02-26
Beoordeling 4.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Darrin Holst
Betalingswijze free
Ondersteunde Talen
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"
    ]
}