Code Monkey home page Code Monkey logo

chrome-notifier's People

Contributors

ericwclymer avatar mooserson avatar richadams avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

chrome-notifier's Issues

Filter by team

It would be useful to be able to filter by team.
For big deployments with lots of users and services, filtering only on those can be quite unwieldy.

"Require interaction" option not respected

Thanks for this extension! It's been working great for me except for this minor issue:

The notifications always require interaction, even if I uncheck "Require interaction to dismiss notification?" and save the config.

I eventually figured out through trial and error that the problem, for my system at least, seems to be the hard-coded non-zero priority:

Here's the test case that I pasted into the Chrome dev console in the context of this extension's options page:

chrome.notifications.create("test0", {
    type: "basic",
    iconUrl: chrome.extension.getURL("images/icon-256.png"),
    title: "test 0",
    message: "priority 0",
    priority: 0,
    requireInteraction: false
});

chrome.notifications.create("test1", {
    type: "basic",
    iconUrl: chrome.extension.getURL("images/icon-256.png"),
    title: "test 1",
    message: "priority 1",
    priority: 1,
    requireInteraction: false
});

chrome.notifications.create("test2", {
    type: "basic",
    iconUrl: chrome.extension.getURL("images/icon-256.png"),
    title: "test 2",
    message: "priority 2",
    priority: 2,
    requireInteraction: false
});

On my system, only the one set to priority: 0 respects the requireInteraction: false setting. The others require interaction regardless of the setting.

It could be something specific to my shell, if that priority value is being passed along by Chrome, but I haven't found any shell-level settings that cause requireInteraction to be respected for PD notifications. Could we perhaps get an option to customize the priority value to work around this?

Extension version: 0.22
Chrome version: Version 81.0.4044.138 (Official Build) (64-bit)
OS: Ubuntu 20.04
Shell: KDE Plasma Shell

Notification Sound When Incident Retriggers

We have out incident set to retrigger every 20 mins after acknowledgement, when they retrigger the plugin does not make and sound. Is there a way to have it make noise for retriggering incidents? I don't mind helping code it just wondering if you know if the api has that capability. Thanks!

Clear All Notification

We have an issue where the "Clear all Notifications" option disappears as an option from time to time... Sometimes we can uninstall and then reinstall to get it back but I just wanted to let you all know..

Spaces in Notification Filters

Hi.
Congratulations for this extension!. I'm having problems when I try to filter by Services. My company got the services names with spaces and now when I save the options these spaces disappear and the filter no longer works. Would you please fix it?. Would you please allow the spaces in the Filter Users and Filter Services fields?.

Many thanks!.

Regards,

Alexis Mosquera

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.