PushAll

Chrome PushAll Client

What is PushAll?

PushAll is a Chrome extension developed by https://pushall.ru, and its main feature is "Chrome PushAll Client".

Extension Screenshots

screenshot
screenshot

Download PushAll Extension CRX File

Download PushAll extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Клиент Push-уведомлений для сервиса PushAll. Вы можете получать уведомление на ваш компьютер с различных сервисов не заходя в них!
Перед установкой расширения ознакомьтесь с сайтом https://PushAll.ru
Расширение лишь предоставляет метод уведомления для хрома и историю уведомлений, управление производится через личный кабинет на сайте.

Версия для Android - https://play.google.com/store/apps/details?id=com.bupyc.pushall.app                    

Extension Basic Information

Name PushAll PushAll
ID cbdcdhkdonnpnilabcdfnoiokhgbigka
Official URL https://chromewebstore.google.com/detail/pushall/cbdcdhkdonnpnilabcdfnoiokhgbigka
Description Chrome PushAll Client
File Size 19.72 KB
Installation Count 1,159
Current Version 1.6
Last Updated 2023-04-26
Publish Date 2017-03-14
Rating 4.49/5 Total 35 Ratings
Developer https://pushall.ru
Email [email protected]
Payment Type free
Privacy Policy Page URL https://pushall.ru/terms
Supported Languages ru
manifest.json
{
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "pushall.png",
        "default_popup": "popup.html"
    },
    "description": "Chrome PushAll Client",
    "icons": {
        "128": "gcm_128.png",
        "512": "pushall.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAjjuGSvu14hKRiQR1RoDdo2\/CFaO5lfbcZUni3Hox\/OeYItfdvvsHZpp3XYu1FINknzKH8hWUwM\/9gUg+LE1QlwESzImGbLiNqZHy1K9GSaCVX5MuKDUCiXgXjCUpx3fAlGwOBsLp8rUwgJcN2BEmS23tA1DYBWC\/giDhi+uHJxTMSNBeDIiTBayE2WEGJvyUk4B52qgRkSD337iUX6\/R3VsLk\/pp8OoiRygiXTULLLo1\/pXLYmhi+08DSjvDA83EOmzr\/\/fnwkxslySRxcjkczYkoQABzNCcq+6lYV+wk94dJZaiLd0P+tAsc8SfDFZdDR9TTxAnZDHPnHjYtYMmzQIDAQAB",
    "manifest_version": 2,
    "name": "PushAll",
    "permissions": [
        "gcm",
        "storage",
        "notifications",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.6"
}