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?
since it targets Google Chrome, it has already tried to use the Service API?
– Tobias Mesquita
http://imasters.com.br/artigo/19377/javascript/criando-extensao-para-google-chrome/
– Guilherme Lautert
@Very interesting Tobymosque Service API, maybe it works extremely for what I want. I will test and put here the result.
– Gustave Dupre
@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.
– Gustave Dupre