How to send a notification even with the closed application page?

Asked

Viewed 169 times

1

I want to send notifications from my application using the Chrome notification api even when the user is closed. I saw this feature in several blogs, such as tecnoblog.net.

It works like this: User accesses the site for the first time, Chrome asks for permission to send notifications, so even if you have the closed blog pageChrome notifies you when you have a new post.

I already work with the notification api, but I can’t do that, I’ve searched the documentation and I haven’t been successful.

You would know?

  • 1

    since it targets Google Chrome, it has already tried to use the Service API?

  • 1

    http://imasters.com.br/artigo/19377/javascript/criando-extensao-para-google-chrome/

  • @Very interesting Tobymosque Service API, maybe it works extremely for what I want. I will test and put here the result.

  • @Guilhermelautert was not quite what I had in mind, but it is an elegant alternative. If you don’t get what I want I’ll try to make an extension. Thank you.

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.