You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The obvious thing here is plugins that do any kind of long-winded process - from crunching a giant CSV file to enriching data through APIs. They could use notifications to let the user know that they are done.
Might even be something that can be done with scraping automation further down the line.
Just spotted Electron has the ability to show native desktop notifications: https://www.electronjs.org/docs/tutorial/notifications
I fired up the Electron Chrome debugger and ran this:
And this happened (with a little ping noise):
notify.mov
Think about ways this could be useful.
The text was updated successfully, but these errors were encountered: