Push Notifications

Show push notification for HelpTap new chats / jobs for Experts

Что такое Push Notifications?

Push Notifications - это расширение Chrome, разработанное Rahul Golwalkar, и его основная функция - "Show push notification for HelpTap new chats / jobs for Experts".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Push Notifications

Скачайте файлы расширений Push Notifications в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Play audio in Google Chrome for background tabs                    

Основная информация о расширении

Название Push Notifications Push Notifications
ID hbapphlkmighdfjnfiooddomllmdbnee
Официальный URL https://chromewebstore.google.com/detail/push-notifications/hbapphlkmighdfjnfiooddomllmdbnee
Описание Show push notification for HelpTap new chats / jobs for Experts
Размер файла 114 KB
Количество установок 119
Текущая Версия 0.1.1
Последнее Обновление 2016-02-12
Дата публикации 2016-02-12
Рейтинг 5.00/5 Всего 2 оценок
Разработчик Rahul Golwalkar
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://helptap.com
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Push Notifications",
    "version": "0.1.1",
    "manifest_version": 2,
    "description": "Show push notification for HelpTap new chats \/ jobs for Experts",
    "icons": {
        "16": "images\/icon.png",
        "48": "images\/icon.png",
        "128": "images\/icon.png"
    },
    "homepage_url": "https:\/\/helptap.com\/",
    "permissions": [
        "management",
        "notifications",
        "*:\/\/*.helptap.com\/*"
    ],
    "background": {
        "page": "background.html"
    },
    "web_accessible_resources": [
        "images\/icon.png"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.helptap.com\/*"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.helptap.com\/*"
            ],
            "js": [
                "scripts\/jquery.min.js",
                "scripts\/content-script.js"
            ]
        }
    ]
}