
Most importantly, the add-on now has an additional popup window. It shows the link to the personal account and the history of all notifications.
Also now the type has changed. There was an "app", and now it's an "add-on." Unfortunately, it is not possible to upgrade from application to add-on. Therefore, we had to fill it again. Will have to be updated manually. We will briefly describe how the supplement differs from the application, and why we had to switch.
')

Here is a link to the new addition.You can delete the old, it will not be updated, but will continue to work until any global updates.
Also, from the previous post about updates, we added the choice of a channel for viewing the history, as well as a search by channels and notifications. And we decided to donate at least 100 thousand notifications every month for each channel.
More under the cut.
What is different from the addition of the application
To begin with, the application has an icon in the list of applications. By clicking the window opens your application. In your manifest will be:
"app": {
"background": {
"scripts": ["background.js"]
}
},
To make an addition from an application, you just need to remove the app section, move the backgroud to a higher level and add for example “browser_action” - the same button on the browser panel.
But in this case, Chrome will not allow you to update the application, you will have to create a new one.
Why did we even do this?
We used a hack to open links from notifications - a time window with the size of 1 pixel was opened, and a link in a new tab opened from it. The fact is that if you open a link directly, then in the case of HTTPS links, chrome fell.
In the case of the hack, we had a flickering window on the screen + some opening delay. And on OSX, this time window was not closed for some reason at all. And also, we needed to expand the functionality, with the same history panel.
The solution to the problem was to use the “tab” permission, but it works only with add-ons and is not available to extensions. Through it, you can directly create a new window (tab), with the link we need. Additionally, you can, for example, post the address of the current tab as a notification somewhere. It will be a small analogue of services for sending addresses to smartphones, but you can post directly to the channel, to your entire audience.
What's new in addition?
- When opening links does not flicker. window
- Icon in the panel with history and the button to go to your personal account
- Notification time

That is, turning on the computer in the morning, you can see which, for example, logs were at what time.
History categories
We made the division of history into categories. This allows you to select a specific channel by which you want to view notifications. It should be borne in mind that this is not the usual channel tape. These are exactly the notifications that went through your selected filters.

For example, you can select the DocSur channel - and see the fluffs that have passed through it. Notice, it's all with the filters that I chose for myself, among them: notifications, android, google

This allows you to use pushall as a reader with a predefined filter. That is, you receive important notifications, those that are important to read immediately - you click and read, the rest can be brushed away and read by selecting them from the story.
Search
We did an instant search by channel and alert history. Through the channels it works from the single character entered, you can enter several words. According to the history of alerts, the search works by one keyword starting from the three characters entered.

100 thousand notifications for free every month
We still have no paid clients, and we decided to increase the previously promised 5000 notifications per month to 100 thousand notifications, at a minimum. If we like your channel, we can give you even more notifications for free.
This action will be assigned to all new and existing channels, that is, even after it ends. all previously created channels will be able to send all as many notifications.
Several analytical articles from us on Spark
Why is a pure web push evil? We understand the questionTelegram bots? Not everything is as rosy as it seems. Loss of about 90% of the audience