Push Notifications

Show push notification for HelpTap new chats / jobs for Experts

What is Push Notifications?

Push Notifications is a Chrome extension developed by Rahul Golwalkar, and its main feature is "Show push notification for HelpTap new chats / jobs for Experts".

Extension Screenshots

screenshot

Download Push Notifications Extension CRX File

Download Push Notifications 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

                        Play audio in Google Chrome for background tabs                    

Extension Basic Information

Name Push Notifications Push Notifications
ID hbapphlkmighdfjnfiooddomllmdbnee
Official URL https://chromewebstore.google.com/detail/push-notifications/hbapphlkmighdfjnfiooddomllmdbnee
Description Show push notification for HelpTap new chats / jobs for Experts
File Size 114 KB
Installation Count 119
Current Version 0.1.1
Last Updated 2016-02-12
Publish Date 2016-02-12
Rating 5.00/5 Total 2 Ratings
Developer Rahul Golwalkar
Email [email protected]
Payment Type free
Extension Website https://helptap.com
Supported Languages 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"
            ]
        }
    ]
}